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 307 Label table_start, call_deopt_entry; local
329 __ BranchAndLink(&call_deopt_entry, USE_DELAY_SLOT);
341 __ BranchAndLink(&call_deopt_entry);
356 __ bind(&call_deopt_entry);
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.cc 310 Label needs_frame, call_deopt_entry; local
337 __ bl(&call_deopt_entry);
353 __ bind(&call_deopt_entry);
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.cc 758 Label needs_frame, call_deopt_entry; local
790 __ Bl(&call_deopt_entry);
812 __ Bind(&call_deopt_entry);
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.cc 329 Label needs_frame, call_deopt_entry; local
356 __ Call(&call_deopt_entry);
371 __ bind(&call_deopt_entry);
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.cc 323 Label needs_frame, call_deopt_entry; local
350 __ b(&call_deopt_entry, SetLK);
365 __ bind(&call_deopt_entry);
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-codegen-s390.cc 311 Label needs_frame, call_deopt_entry; local
338 __ b(r14, &call_deopt_entry);
354 __ bind(&call_deopt_entry);
    [all...]

Completed in 143 milliseconds