Home
last modified time | relevance | path

Searched refs:SMI_PARAMETERS (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Dcode-stub-assembler.cc843 mode == SMI_PARAMETERS ? length_node : SmiTag(length_node)); in AllocateJSArray()
857 mode == SMI_PARAMETERS ? capacity_node : SmiTag(capacity_node)); in AllocateJSArray()
2324 if (mode == SMI_PARAMETERS) { in ElementOffsetFromIndex()
2387 SMI_PARAMETERS, header_size); in TryMonomorphicCase()
2641 LoadFixedArrayElement(p->vector, p->slot, 0, SMI_PARAMETERS); in LoadGlobalIC()
2655 LoadFixedArrayElement(p->vector, p->slot, kPointerSize, SMI_PARAMETERS); in LoadGlobalIC()
Dcode-stub-assembler.h37 enum ParameterMode { INTEGER_PARAMETERS, SMI_PARAMETERS }; enumerator
Dcode-stubs.cc3987 CodeStubAssembler::SMI_PARAMETERS); in GenerateFastPath()
4648 CodeStubAssembler::SMI_PARAMETERS); in SingleArgumentConstructorCommon()
/external/v8/test/cctest/
Dtest-code-stub-assembler.cc28 CodeStubAssembler::SMI_PARAMETERS)); in TEST()
/external/v8/src/interpreter/
Dinterpreter.cc1689 CodeStubAssembler::SMI_PARAMETERS); in DoForInNext()