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

  /external/v8/src/ia32/
lithium-codegen-ia32.h 227 int DefineDeoptimizationLiteral(Handle<Object> literal);
lithium-codegen-ia32.cc 370 int closure_id = DefineDeoptimizationLiteral(environment->closure());
443 int src_index = DefineDeoptimizationLiteral(literal);
636 int LCodeGen::DefineDeoptimizationLiteral(Handle<Object> literal) {
655 DefineDeoptimizationLiteral(inlined_closures->at(i));
    [all...]
  /external/v8/src/x64/
lithium-codegen-x64.h 218 int DefineDeoptimizationLiteral(Handle<Object> literal);
lithium-codegen-x64.cc 370 int closure_id = DefineDeoptimizationLiteral(environment->closure());
443 int src_index = DefineDeoptimizationLiteral(literal);
595 int LCodeGen::DefineDeoptimizationLiteral(Handle<Object> literal) {
614 DefineDeoptimizationLiteral(inlined_closures->at(i));
    [all...]
  /external/chromium_org/v8/src/arm/
lithium-codegen-arm.h 299 int DefineDeoptimizationLiteral(Handle<Object> literal);
lithium-codegen-arm.cc 586 ? DefineDeoptimizationLiteral(environment->closure())
693 int src_index = DefineDeoptimizationLiteral(constant->handle());
908 int LCodeGen::DefineDeoptimizationLiteral(Handle<Object> literal) {
927 DefineDeoptimizationLiteral(inlined_closures->at(i));
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-codegen-ia32.h 294 int DefineDeoptimizationLiteral(Handle<Object> literal);
lithium-codegen-ia32.cc 743 ? DefineDeoptimizationLiteral(environment->closure())
851 int src_index = DefineDeoptimizationLiteral(constant->handle());
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-codegen-mips.h 303 int DefineDeoptimizationLiteral(Handle<Object> literal);
lithium-codegen-mips.cc 572 ? DefineDeoptimizationLiteral(environment->closure())
679 int src_index = DefineDeoptimizationLiteral(constant->handle());
891 int LCodeGen::DefineDeoptimizationLiteral(Handle<Object> literal) {
910 DefineDeoptimizationLiteral(inlined_closures->at(i));
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-codegen-x64.h 259 int DefineDeoptimizationLiteral(Handle<Object> literal);
lithium-codegen-x64.cc 478 ? DefineDeoptimizationLiteral(environment->closure())
585 int src_index = DefineDeoptimizationLiteral(constant->handle());
799 int LCodeGen::DefineDeoptimizationLiteral(Handle<Object> literal) {
818 DefineDeoptimizationLiteral(inlined_closures->at(i));
    [all...]
  /external/v8/src/arm/
lithium-codegen-arm.h 238 int DefineDeoptimizationLiteral(Handle<Object> literal);
lithium-codegen-arm.cc 481 int closure_id = DefineDeoptimizationLiteral(environment->closure());
554 int src_index = DefineDeoptimizationLiteral(literal);
713 int LCodeGen::DefineDeoptimizationLiteral(Handle<Object> literal) {
732 DefineDeoptimizationLiteral(inlined_closures->at(i));
    [all...]
  /external/v8/src/mips/
lithium-codegen-mips.h 238 int DefineDeoptimizationLiteral(Handle<Object> literal);
lithium-codegen-mips.cc 449 int closure_id = DefineDeoptimizationLiteral(environment->closure());
522 int src_index = DefineDeoptimizationLiteral(literal);
676 int LCodeGen::DefineDeoptimizationLiteral(Handle<Object> literal) {
695 DefineDeoptimizationLiteral(inlined_closures->at(i));
    [all...]

Completed in 115 milliseconds