/external/chromium_org/v8/src/compiler/ |
D | code-generator.cc | 281 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()
|
D | code-generator.h | 88 int DefineDeoptimizationLiteral(Handle<Object> literal);
|
/external/chromium_org/v8/src/ia32/ |
D | lithium-codegen-ia32.h | 228 int DefineDeoptimizationLiteral(Handle<Object> literal);
|
D | lithium-codegen-ia32.cc | 605 ? 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/ |
D | lithium-codegen-arm.h | 250 int DefineDeoptimizationLiteral(Handle<Object> literal);
|
D | lithium-codegen-arm.cc | 619 ? 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/ |
D | lithium-codegen-x64.h | 225 int DefineDeoptimizationLiteral(Handle<Object> literal);
|
D | lithium-codegen-x64.cc | 511 ? 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/ |
D | lithium-codegen-mips.h | 249 int DefineDeoptimizationLiteral(Handle<Object> literal);
|
D | lithium-codegen-mips.cc | 614 ? 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/ |
D | lithium-codegen-mips64.h | 250 int DefineDeoptimizationLiteral(Handle<Object> literal);
|
D | lithium-codegen-mips64.cc | 564 ? 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/ |
D | lithium-codegen-arm64.h | 208 int DefineDeoptimizationLiteral(Handle<Object> literal);
|
D | lithium-codegen-arm64.cc | 233 ? 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/ |
D | lithium-codegen-x87.h | 255 int DefineDeoptimizationLiteral(Handle<Object> literal);
|
D | lithium-codegen-x87.cc | 868 ? 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()
|