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

  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.cc 280 Label table_start, call_deopt_entry; local
302 __ BranchAndLink(&call_deopt_entry, USE_DELAY_SLOT);
314 __ BranchAndLink(&call_deopt_entry);
329 __ bind(&call_deopt_entry);
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.cc 302 Label needs_frame, call_deopt_entry; local
329 __ bl(&call_deopt_entry);
345 __ bind(&call_deopt_entry);
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.cc 734 Label needs_frame, call_deopt_entry; local
766 __ Bl(&call_deopt_entry);
788 __ Bind(&call_deopt_entry);
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.cc 302 Label needs_frame, call_deopt_entry; local
329 __ Call(&call_deopt_entry);
344 __ bind(&call_deopt_entry);
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.cc 299 Label needs_frame, call_deopt_entry; local
326 __ b(&call_deopt_entry, SetLK);
341 __ bind(&call_deopt_entry);
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-codegen-s390.cc 285 Label needs_frame, call_deopt_entry; local
312 __ b(r14, &call_deopt_entry);
328 __ bind(&call_deopt_entry);
    [all...]

Completed in 80 milliseconds