ネームスペース | マクロ定義 | 関数 | 変数

src/spaces.cc

#include "v8.h"
#include "macro-assembler.h"
#include "mark-compact.h"
#include "platform.h"

ソースコードを見る。

ネームスペース

namespace  v8
namespace  v8::internal

マクロ定義

#define ASSERT_SEMISPACE_ALLOCATION_INFO(info, space)

関数

static int v8::internal::PagesInChunk (Address start, size_t size)

変数

const int v8::internal::kEstimatedNumberOfChunks = 270

マクロ定義

#define ASSERT_SEMISPACE_ALLOCATION_INFO (   info,
  space 
)
値:
ASSERT((space).low() <= (info).top                 \
         && (info).top <= (space).high()             \
         && (info).limit == (space).high())

spaces.cc38 行で定義されています。

参照元 v8::internal::NewSpace::Double(), v8::internal::NewSpace::MCCommitRelocationInfo(), v8::internal::NewSpace::MCResetRelocationInfo(), v8::internal::NewSpace::ResetAllocationInfo(), と v8::internal::NewSpace::Setup().

 全て クラス ネームスペース ファイル 関数 変数 型定義 列挙型 列挙型の値 フレンド マクロ定義