Home
last modified time | relevance | path

Searched refs:kDataIndex (Results 1 – 20 of 20) sorted by relevance

/external/v8/src/
Darguments.h151 static const int kDataIndex = T::kDataIndex; variable
164 values[T::kDataIndex] = data; in PropertyCallbackArguments()
214 static const int kDataIndex = T::kDataIndex; variable
233 values[T::kDataIndex] = data; in FunctionCallbackArguments()
Dobjects.h7793 static const int kDataIndex = kFlagsIndex + 1; variable
7797 static const int kAtomPatternIndex = kDataIndex;
7804 static const int kIrregexpLatin1CodeIndex = kDataIndex;
7808 static const int kIrregexpUC16CodeIndex = kDataIndex + 1;
7812 static const int kIrregexpLatin1CodeSavedIndex = kDataIndex + 2;
7815 static const int kIrregexpUC16CodeSavedIndex = kDataIndex + 3;
7819 static const int kIrregexpMaxRegisterCountIndex = kDataIndex + 4;
7821 static const int kIrregexpCaptureCountIndex = kDataIndex + 5;
Dobjects-inl.h6641 DCHECK(index >= kDataIndex); // Only implementation data can be set this way. in SetDataAt()
/external/v8/src/ic/ppc/
Dhandler-compiler-ppc.cc602 STATIC_ASSERT(PropertyCallbackArguments::kDataIndex == 4); in GenerateLoadCallback()
/external/v8/src/ic/arm64/
Dhandler-compiler-arm64.cc658 STATIC_ASSERT(PropertyCallbackArguments::kDataIndex == 4); in GenerateLoadCallback()
/external/v8/src/ic/x87/
Dhandler-compiler-x87.cc605 STATIC_ASSERT(PropertyCallbackArguments::kDataIndex == 4); in GenerateLoadCallback()
/external/v8/src/ic/x64/
Dhandler-compiler-x64.cc604 STATIC_ASSERT(PropertyCallbackArguments::kDataIndex == 4); in GenerateLoadCallback()
/external/v8/src/ic/arm/
Dhandler-compiler-arm.cc604 STATIC_ASSERT(PropertyCallbackArguments::kDataIndex == 4); in GenerateLoadCallback()
/external/v8/src/ic/ia32/
Dhandler-compiler-ia32.cc605 STATIC_ASSERT(PropertyCallbackArguments::kDataIndex == 4); in GenerateLoadCallback()
/external/v8/src/ic/mips64/
Dhandler-compiler-mips64.cc594 STATIC_ASSERT(PropertyCallbackArguments::kDataIndex == 4); in GenerateLoadCallback()
/external/v8/src/ic/mips/
Dhandler-compiler-mips.cc594 STATIC_ASSERT(PropertyCallbackArguments::kDataIndex == 4); in GenerateLoadCallback()
/external/v8/include/
Dv8.h3167 static const int kDataIndex = 4; variable
3205 static const int kDataIndex = 4; variable
7648 return Local<Value>(reinterpret_cast<Value*>(&implicit_args_[kDataIndex]));
8244 return Local<Value>(reinterpret_cast<Value*>(&args_[kDataIndex]));
/external/v8/src/x87/
Dcode-stubs-x87.cc5184 STATIC_ASSERT(FCA::kDataIndex == 4); in CallApiFunctionStubHelper()
/external/v8/src/arm64/
Dcode-stubs-arm64.cc5688 STATIC_ASSERT(FCA::kDataIndex == 4); in CallApiFunctionStubHelper()
/external/v8/src/x64/
Dcode-stubs-x64.cc5238 STATIC_ASSERT(FCA::kDataIndex == 4); in CallApiFunctionStubHelper()
/external/v8/src/ia32/
Dcode-stubs-ia32.cc5504 STATIC_ASSERT(FCA::kDataIndex == 4); in CallApiFunctionStubHelper()
/external/v8/src/mips64/
Dcode-stubs-mips64.cc5483 STATIC_ASSERT(FCA::kDataIndex == 4); in CallApiFunctionStubHelper()
/external/v8/src/ppc/
Dcode-stubs-ppc.cc5478 STATIC_ASSERT(FCA::kDataIndex == 4); in CallApiFunctionStubHelper()
/external/v8/src/arm/
Dcode-stubs-arm.cc5238 STATIC_ASSERT(FCA::kDataIndex == 4); in CallApiFunctionStubHelper()
/external/v8/src/mips/
Dcode-stubs-mips.cc5456 STATIC_ASSERT(FCA::kDataIndex == 4); in CallApiFunctionStubHelper()