Searched refs:call_deopt_entry (Results 1 - 6 of 6) sorted by relevance

/external/v8/src/crankshaft/mips64/
H A Dlithium-codegen-mips64.cc307 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);
/external/v8/src/crankshaft/arm/
H A Dlithium-codegen-arm.cc310 Label needs_frame, call_deopt_entry; local
337 __ bl(&call_deopt_entry);
353 __ bind(&call_deopt_entry);
/external/v8/src/crankshaft/arm64/
H A Dlithium-codegen-arm64.cc758 Label needs_frame, call_deopt_entry; local
790 __ Bl(&call_deopt_entry);
812 __ Bind(&call_deopt_entry);
/external/v8/src/crankshaft/mips/
H A Dlithium-codegen-mips.cc329 Label needs_frame, call_deopt_entry; local
356 __ Call(&call_deopt_entry);
371 __ bind(&call_deopt_entry);
/external/v8/src/crankshaft/ppc/
H A Dlithium-codegen-ppc.cc323 Label needs_frame, call_deopt_entry; local
350 __ b(&call_deopt_entry, SetLK);
365 __ bind(&call_deopt_entry);
/external/v8/src/crankshaft/s390/
H A Dlithium-codegen-s390.cc311 Label needs_frame, call_deopt_entry; local
338 __ b(r14, &call_deopt_entry);
354 __ bind(&call_deopt_entry);

Completed in 349 milliseconds