Searched refs:asm_function (Results 1 – 17 of 17) sorted by relevance
27 js_frame->function()->shared()->asm_function() && in FrameInspector()72 javascript_frame()->function()->shared()->asm_function() && in GetExpression()
145 bool asm_function = false; in Create() local151 asm_function = function_scope->asm_function(); in Create()165 AsmFunctionField::encode(asm_function) | in Create()
631 bool asm_function() const { return asm_function_; } in asm_function() function
326 return is_function_scope() && AsDeclarationScope()->asm_function(); in IsAsmFunction()
47 .macro asm_function fname macro204 asm_function jsimd_idct_islow_neon710 asm_function jsimd_idct_ifast_neon1002 asm_function jsimd_idct_4x4_neon1161 asm_function jsimd_idct_2x2_neon1481 asm_function jsimd_ycc_\colorid\()_convert_neon1796 asm_function jsimd_\colorid\()_ycc_convert_neon1929 asm_function jsimd_convsamp_neon2009 asm_function jsimd_fdct_ifast_neon2120 asm_function jsimd_quantize_neon[all …]
43 .macro asm_function fname macro199 asm_function jsimd_idct_islow_neon800 asm_function jsimd_idct_ifast_neon1103 asm_function jsimd_idct_4x4_neon1294 asm_function jsimd_idct_2x2_neon1681 asm_function jsimd_ycc_\colorid\()_convert_neon1683 asm_function jsimd_ycc_\colorid\()_convert_neon_slowst32018 asm_function jsimd_\colorid\()_ycc_convert_neon2020 asm_function jsimd_\colorid\()_ycc_convert_neon_slowld32156 asm_function jsimd_convsamp_neon[all …]
58 if (function->shared()->asm_function()) return false; in CanInlineFunction()
557 if (info()->shared_info()->asm_function()) { in PrepareJobImpl()568 if (!info()->shared_info()->asm_function() || FLAG_turbo_asm_deoptimization) { in PrepareJobImpl()1550 if (!info()->shared_info()->asm_function()) { in CreateGraph()
2933 if (FLAG_turbo_loop_stackcheck || !info()->shared_info()->asm_function()) { in VisitIterationBody()
51 function->shared()->asm_function() && !FLAG_turbo_asm_deoptimization) { in RUNTIME_FUNCTION()77 function->shared()->asm_function() && !FLAG_turbo_asm_deoptimization) { in RUNTIME_FUNCTION()
313 FLAG_turbo_asm && shared->asm_function() && !optimization_disabled; in UseTurboFan()331 if (info->shared_info()->asm_function()) { in ShouldUseIgnition()
1083 return code->is_turbofanned() && function->shared()->asm_function() && in CannotDeoptFromAsmCode()1120 if (function()->shared()->asm_function()) { in Print()
1355 DCHECK(summary.function()->shared()->asm_function()); in Throw()
261 function->shared()->asm_function() && in DeoptimizeMarkedCodeForContext()
7665 DECL_BOOLEAN_ACCESSORS(asm_function)
6053 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, asm_function, kIsAsmFunction) in SMI_ACCESSORS()
13944 shared_info->set_asm_function(lit->scope()->asm_function()); in InitFromFunctionLiteral()