Searched refs:kWithContextMapRootIndex (Results 1 - 8 of 8) sorted by relevance

/external/v8/src/full-codegen/arm/
H A Dfull-codegen-arm.cc746 __ CompareRoot(r1, Heap::kWithContextMapRootIndex);
/external/v8/src/full-codegen/arm64/
H A Dfull-codegen-arm64.cc741 __ CompareRoot(x1, Heap::kWithContextMapRootIndex);
/external/v8/src/full-codegen/mips/
H A Dfull-codegen-mips.cc743 __ LoadRoot(t0, Heap::kWithContextMapRootIndex);
/external/v8/src/full-codegen/mips64/
H A Dfull-codegen-mips64.cc743 __ LoadRoot(a4, Heap::kWithContextMapRootIndex);
/external/v8/src/full-codegen/ppc/
H A Dfull-codegen-ppc.cc713 __ CompareRoot(r4, Heap::kWithContextMapRootIndex);
/external/v8/src/full-codegen/s390/
H A Dfull-codegen-s390.cc687 __ CompareRoot(r3, Heap::kWithContextMapRootIndex);
/external/v8/src/full-codegen/x64/
H A Dfull-codegen-x64.cc710 __ CompareRoot(rbx, Heap::kWithContextMapRootIndex);
/external/v8/src/x64/
H A Dmacro-assembler-x64.cc4929 Heap::kWithContextMapRootIndex); member in class:Heap

Completed in 545 milliseconds