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

  /external/v8/src/arm/
lithium-codegen-arm.h 213 void RegisterLazyDeoptimization(LInstruction* instr,
lithium-codegen-arm.cc 499 RegisterLazyDeoptimization(instr, safepoint_mode);
519 RegisterLazyDeoptimization(instr, RECORD_SIMPLE_SAFEPOINT);
532 void LCodeGen::RegisterLazyDeoptimization(LInstruction* instr,
    [all...]
  /external/v8/src/ia32/
lithium-codegen-ia32.h 214 void RegisterLazyDeoptimization(LInstruction* instr,
lithium-codegen-ia32.cc 425 RegisterLazyDeoptimization(instr, safepoint_mode);
458 RegisterLazyDeoptimization(instr, RECORD_SIMPLE_SAFEPOINT);
472 void LCodeGen::RegisterLazyDeoptimization(LInstruction* instr,
    [all...]
  /external/v8/src/x64/
lithium-codegen-x64.h 200 void RegisterLazyDeoptimization(LInstruction* instr,
lithium-codegen-x64.cc 452 RegisterLazyDeoptimization(instr, safepoint_mode, argc);
479 RegisterLazyDeoptimization(instr, RECORD_SIMPLE_SAFEPOINT, 0);
493 void LCodeGen::RegisterLazyDeoptimization(LInstruction* instr,
    [all...]

Completed in 27 milliseconds