HomeSort by relevance Sort by last modified time
    Searched refs:DefineDeoptimizationLiteral (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/v8/src/compiler/
code-generator.h 88 int DefineDeoptimizationLiteral(Handle<Object> literal);
code-generator.cc 281 int CodeGenerator::DefineDeoptimizationLiteral(Handle<Object> literal) {
313 id = DefineDeoptimizationLiteral(
400 int literal_id = DefineDeoptimizationLiteral(constant_object);
  /external/chromium_org/v8/src/arm/
lithium-codegen-arm.h 250 int DefineDeoptimizationLiteral(Handle<Object> literal);
lithium-codegen-arm.cc 619 ? DefineDeoptimizationLiteral(environment->closure())
722 int src_index = DefineDeoptimizationLiteral(constant->handle(isolate()));
974 int LCodeGen::DefineDeoptimizationLiteral(Handle<Object> literal)
    [all...]
  /external/chromium_org/v8/src/arm64/
lithium-codegen-arm64.h 208 int DefineDeoptimizationLiteral(Handle<Object> literal);
lithium-codegen-arm64.cc 233 ? DefineDeoptimizationLiteral(environment->closure())
339 int src_index = DefineDeoptimizationLiteral(constant->handle(isolate()));
347 int LCodeGen::DefineDeoptimizationLiteral(Handle<Object> literal) {
984 DefineDeoptimizationLiteral(inlined_closures->at(i));
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-codegen-ia32.h 228 int DefineDeoptimizationLiteral(Handle<Object> literal);
lithium-codegen-ia32.cc 605 ? DefineDeoptimizationLiteral(environment->closure())
709 int src_index = DefineDeoptimizationLiteral(constant->handle(isolate()));
943 int LCodeGen::DefineDeoptimizationLiteral(Handle<Object> literal) {
962 DefineDeoptimizationLiteral(inlined_closures->at(i));
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-codegen-mips.h 249 int DefineDeoptimizationLiteral(Handle<Object> literal);
lithium-codegen-mips.cc 614 ? DefineDeoptimizationLiteral(environment->closure())
717 int src_index = DefineDeoptimizationLiteral(constant->handle(isolate()));
938 int LCodeGen::DefineDeoptimizationLiteral(Handle<Object> literal) {
    [all...]
  /external/chromium_org/v8/src/mips64/
lithium-codegen-mips64.h 250 int DefineDeoptimizationLiteral(Handle<Object> literal);
lithium-codegen-mips64.cc 564 ? DefineDeoptimizationLiteral(environment->closure())
667 int src_index = DefineDeoptimizationLiteral(constant->handle(isolate()));
888 int LCodeGen::DefineDeoptimizationLiteral(Handle<Object> literal) {
907 DefineDeoptimizationLiteral(inlined_closures->at(i));
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-codegen-x64.h 225 int DefineDeoptimizationLiteral(Handle<Object> literal);
lithium-codegen-x64.cc 511 ? DefineDeoptimizationLiteral(environment->closure())
614 int src_index = DefineDeoptimizationLiteral(constant->handle(isolate()));
853 int LCodeGen::DefineDeoptimizationLiteral(Handle<Object> literal) {
872 DefineDeoptimizationLiteral(inlined_closures->at(i));
    [all...]
  /external/chromium_org/v8/src/x87/
lithium-codegen-x87.h 255 int DefineDeoptimizationLiteral(Handle<Object> literal);
lithium-codegen-x87.cc 868 ? DefineDeoptimizationLiteral(environment->closure())
972 int src_index = DefineDeoptimizationLiteral(constant->handle(isolate()));
    [all...]

Completed in 76 milliseconds