Home
last modified time | relevance | path

Searched refs:AllocateStringConstant (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/codegen/
Dstring-constants.cc15 Handle<String> StringConstantBase::AllocateStringConstant( in AllocateStringConstant() function in v8::internal::StringConstantBase
38 static_cast<const StringCons*>(this)->lhs()->AllocateStringConstant( in AllocateStringConstant()
41 static_cast<const StringCons*>(this)->rhs()->AllocateStringConstant( in AllocateStringConstant()
Dstring-constants.h26 Handle<String> AllocateStringConstant(Isolate* isolate) const;
/external/v8/src/codegen/s390/
Dassembler-s390.cc351 str->AllocateStringConstant(isolate).address()); in AllocateAndInstallRequestedHeapObjects()
/external/v8/src/compiler/backend/
Dcode-generator.cc1374 return string_->AllocateStringConstant(isolate); in Reify()
/external/v8/src/codegen/ppc/
Dassembler-ppc.cc215 object = str->AllocateStringConstant(isolate); in AllocateAndInstallRequestedHeapObjects()
/external/v8/src/codegen/ia32/
Dassembler-ia32.cc281 object = str->AllocateStringConstant(isolate); in AllocateAndInstallRequestedHeapObjects()
/external/v8/src/codegen/x64/
Dassembler-x64.cc224 Handle<String> allocated = str->AllocateStringConstant(isolate); in AllocateAndInstallRequestedHeapObjects()
/external/v8/src/codegen/mips/
Dassembler-mips.cc240 object = str->AllocateStringConstant(isolate); in AllocateAndInstallRequestedHeapObjects()
/external/v8/src/codegen/mips64/
Dassembler-mips64.cc214 object = str->AllocateStringConstant(isolate); in AllocateAndInstallRequestedHeapObjects()
/external/v8/src/codegen/arm64/
Dassembler-arm64.cc364 AddEmbeddedObject(str->AllocateStringConstant(isolate)); in AllocateAndInstallRequestedHeapObjects()
/external/v8/src/codegen/arm/
Dassembler-arm.cc462 object = str->AllocateStringConstant(isolate); in AllocateAndInstallRequestedHeapObjects()