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

  /external/chromium_org/v8/src/arm/
lithium-codegen-arm.cc 327 Label needs_frame, call_deopt_entry; local
364 __ bind(&call_deopt_entry);
374 // The last entry can fall through into `call_deopt_entry`, avoiding a
376 bool need_branch = ((i + 1) != length) || call_deopt_entry.is_bound();
378 if (need_branch) __ b(&call_deopt_entry);
384 if (!call_deopt_entry.is_bound()) {
386 __ bind(&call_deopt_entry);
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-codegen-mips.cc 328 Label needs_frame, call_deopt_entry; local
365 __ bind(&call_deopt_entry);
373 // The last entry can fall through into `call_deopt_entry`, avoiding a
375 bool need_branch = ((i + 1) != length) || call_deopt_entry.is_bound();
377 if (need_branch) __ Branch(&call_deopt_entry);
381 if (!call_deopt_entry.is_bound()) {
383 __ bind(&call_deopt_entry);
    [all...]
  /external/chromium_org/v8/src/arm64/
lithium-codegen-arm64.cc 828 Label needs_frame, restore_caller_doubles, call_deopt_entry; local
850 // The last entry can fall through into `call_deopt_entry`, avoiding a
868 if (!last_entry) __ B(&call_deopt_entry);
878 if (!last_entry) __ B(&call_deopt_entry);
886 if (!last_entry) __ B(&call_deopt_entry);
894 __ Bind(&call_deopt_entry);
    [all...]

Completed in 519 milliseconds