Home
last modified time | relevance | path

Searched refs:DefineDeoptimizationLiteral (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/v8/src/compiler/
Dcode-generator.cc281 int CodeGenerator::DefineDeoptimizationLiteral(Handle<Object> literal) { in DefineDeoptimizationLiteral() function in v8::internal::compiler::CodeGenerator
313 id = DefineDeoptimizationLiteral( in BuildTranslationForFrameStateDescriptor()
400 int literal_id = DefineDeoptimizationLiteral(constant_object); in AddTranslationForOperand()
Dcode-generator.h88 int DefineDeoptimizationLiteral(Handle<Object> literal);
/external/chromium_org/v8/src/ia32/
Dlithium-codegen-ia32.h228 int DefineDeoptimizationLiteral(Handle<Object> literal);
Dlithium-codegen-ia32.cc605 ? DefineDeoptimizationLiteral(environment->closure()) in WriteTranslation()
709 int src_index = DefineDeoptimizationLiteral(constant->handle(isolate())); in AddToTranslation()
943 int LCodeGen::DefineDeoptimizationLiteral(Handle<Object> literal) { in DefineDeoptimizationLiteral() function in v8::internal::LCodeGen
962 DefineDeoptimizationLiteral(inlined_closures->at(i)); in PopulateDeoptimizationLiteralsWithInlinedFunctions()
/external/chromium_org/v8/src/arm/
Dlithium-codegen-arm.h250 int DefineDeoptimizationLiteral(Handle<Object> literal);
Dlithium-codegen-arm.cc619 ? DefineDeoptimizationLiteral(environment->closure()) in WriteTranslation()
722 int src_index = DefineDeoptimizationLiteral(constant->handle(isolate())); in AddToTranslation()
974 int LCodeGen::DefineDeoptimizationLiteral(Handle<Object> literal) { in DefineDeoptimizationLiteral() function in v8::internal::LCodeGen
993 DefineDeoptimizationLiteral(inlined_closures->at(i)); in PopulateDeoptimizationLiteralsWithInlinedFunctions()
/external/chromium_org/v8/src/x64/
Dlithium-codegen-x64.h225 int DefineDeoptimizationLiteral(Handle<Object> literal);
Dlithium-codegen-x64.cc511 ? DefineDeoptimizationLiteral(environment->closure()) in WriteTranslation()
614 int src_index = DefineDeoptimizationLiteral(constant->handle(isolate())); in AddToTranslation()
853 int LCodeGen::DefineDeoptimizationLiteral(Handle<Object> literal) { in DefineDeoptimizationLiteral() function in v8::internal::LCodeGen
872 DefineDeoptimizationLiteral(inlined_closures->at(i)); in PopulateDeoptimizationLiteralsWithInlinedFunctions()
/external/chromium_org/v8/src/mips/
Dlithium-codegen-mips.h249 int DefineDeoptimizationLiteral(Handle<Object> literal);
Dlithium-codegen-mips.cc614 ? DefineDeoptimizationLiteral(environment->closure()) in WriteTranslation()
717 int src_index = DefineDeoptimizationLiteral(constant->handle(isolate())); in AddToTranslation()
938 int LCodeGen::DefineDeoptimizationLiteral(Handle<Object> literal) { in DefineDeoptimizationLiteral() function in v8::internal::LCodeGen
957 DefineDeoptimizationLiteral(inlined_closures->at(i)); in PopulateDeoptimizationLiteralsWithInlinedFunctions()
/external/chromium_org/v8/src/mips64/
Dlithium-codegen-mips64.h250 int DefineDeoptimizationLiteral(Handle<Object> literal);
Dlithium-codegen-mips64.cc564 ? DefineDeoptimizationLiteral(environment->closure()) in WriteTranslation()
667 int src_index = DefineDeoptimizationLiteral(constant->handle(isolate())); in AddToTranslation()
888 int LCodeGen::DefineDeoptimizationLiteral(Handle<Object> literal) { in DefineDeoptimizationLiteral() function in v8::internal::LCodeGen
907 DefineDeoptimizationLiteral(inlined_closures->at(i)); in PopulateDeoptimizationLiteralsWithInlinedFunctions()
/external/chromium_org/v8/src/arm64/
Dlithium-codegen-arm64.h208 int DefineDeoptimizationLiteral(Handle<Object> literal);
Dlithium-codegen-arm64.cc233 ? DefineDeoptimizationLiteral(environment->closure()) in WriteTranslation()
339 int src_index = DefineDeoptimizationLiteral(constant->handle(isolate())); in AddToTranslation()
347 int LCodeGen::DefineDeoptimizationLiteral(Handle<Object> literal) { in DefineDeoptimizationLiteral() function in v8::internal::LCodeGen
984 DefineDeoptimizationLiteral(inlined_closures->at(i)); in PopulateDeoptimizationLiteralsWithInlinedFunctions()
/external/chromium_org/v8/src/x87/
Dlithium-codegen-x87.h255 int DefineDeoptimizationLiteral(Handle<Object> literal);
Dlithium-codegen-x87.cc868 ? DefineDeoptimizationLiteral(environment->closure()) in WriteTranslation()
972 int src_index = DefineDeoptimizationLiteral(constant->handle(isolate())); in AddToTranslation()
1225 int LCodeGen::DefineDeoptimizationLiteral(Handle<Object> literal) { in DefineDeoptimizationLiteral() function in v8::internal::LCodeGen
1244 DefineDeoptimizationLiteral(inlined_closures->at(i)); in PopulateDeoptimizationLiteralsWithInlinedFunctions()