Searched refs:kEmptyStringRootIndex (Results 1 - 17 of 17) sorted by relevance

/external/v8/src/arm/
H A Dcodegen-arm.cc381 __ CompareRoot(result, Heap::kEmptyStringRootIndex);
H A Dbuiltins-arm.cc682 __ LoadRoot(argument, Heap::kEmptyStringRootIndex);
H A Dfull-codegen-arm.cc3222 __ LoadRoot(result, Heap::kEmptyStringRootIndex);
3532 __ LoadRoot(r0, Heap::kEmptyStringRootIndex);
H A Dcode-stubs-arm.cc4781 __ CompareRoot(r0, Heap::kEmptyStringRootIndex);
5923 __ CompareRoot(r5, Heap::kEmptyStringRootIndex);
H A Dstub-cache-arm.cc1921 __ LoadRoot(r0, Heap::kEmptyStringRootIndex);
/external/v8/src/mips/
H A Dcodegen-mips.cc392 __ LoadRoot(at, Heap::kEmptyStringRootIndex);
H A Dbuiltins-mips.cc698 __ LoadRoot(argument, Heap::kEmptyStringRootIndex);
H A Dfull-codegen-mips.cc3251 __ LoadRoot(result, Heap::kEmptyStringRootIndex);
3567 __ LoadRoot(v0, Heap::kEmptyStringRootIndex);
H A Dcode-stubs-mips.cc4997 __ LoadRoot(a1, Heap::kEmptyStringRootIndex);
6145 __ LoadRoot(t0, Heap::kEmptyStringRootIndex);
H A Dstub-cache-mips.cc1921 __ LoadRoot(v0, Heap::kEmptyStringRootIndex);
/external/v8/src/x64/
H A Dcodegen-x64.cc509 Heap::kEmptyStringRootIndex); member in class:v8::internal::Heap
H A Dbuiltins-x64.cc1543 __ LoadRoot(rbx, Heap::kEmptyStringRootIndex);
H A Dfull-codegen-x64.cc3049 __ LoadRoot(result, Heap::kEmptyStringRootIndex);
3376 __ LoadRoot(rax, Heap::kEmptyStringRootIndex);
H A Dcode-stubs-x64.cc2815 Heap::kEmptyStringRootIndex);
5183 Heap::kEmptyStringRootIndex); member in class:v8::internal::Heap
H A Dstub-cache-x64.cc1764 __ LoadRoot(rax, Heap::kEmptyStringRootIndex);
/external/chromium_org/v8/include/
H A Dv8.h5486 static const int kEmptyStringRootIndex = 133; member in class:v8::internal::Internals
5969 *value_ = *I::GetRoot(GetIsolate(), I::kEmptyStringRootIndex);
6142 S* slot = I::GetRoot(isolate, I::kEmptyStringRootIndex);
/external/chromium_org/v8/src/
H A Dheap.h1621 STATIC_CHECK(kempty_stringRootIndex == Internals::kEmptyStringRootIndex);

Completed in 381 milliseconds