Searched refs:asm_function (Results 1 – 18 of 18) sorted by relevance
5 extern int asm_function(void);7 int asm_function() { in asm_function() function16 fprintf(stdout, "Got %d.\n", asm_function()); in main()
7 .globl IDENTIFIER(asm_function)8 IDENTIFIER(asm_function):
65 if (info_->shared_info()->asm_function()) return NoChange(); in Reduce()66 if (function->shared()->asm_function()) return NoChange(); in Reduce()
589 if (info()->shared_info()->asm_function()) { in CreateGraphImpl()600 if (!info()->shared_info()->asm_function() || FLAG_turbo_asm_deoptimization) { in CreateGraphImpl()
3016 if (FLAG_turbo_loop_stackcheck || !info()->shared_info()->asm_function()) { in VisitIterationBody()
23 frame->function()->shared()->asm_function() && in FrameInspector()61 frame_->function()->shared()->asm_function() && in GetExpression()
44 .macro asm_function fname macro201 asm_function jsimd_idct_islow_neon705 asm_function jsimd_idct_ifast_neon998 asm_function jsimd_idct_4x4_neon1158 asm_function jsimd_idct_2x2_neon1478 asm_function jsimd_ycc_\colorid\()_convert_neon1793 asm_function jsimd_\colorid\()_ycc_convert_neon1926 asm_function jsimd_convsamp_neon2006 asm_function jsimd_fdct_ifast_neon2117 asm_function jsimd_quantize_neon[all …]
41 .macro asm_function fname macro229 asm_function jsimd_idct_islow_neon785 asm_function jsimd_idct_ifast_neon1159 asm_function jsimd_idct_4x4_neon1356 asm_function jsimd_idct_2x2_neon1711 asm_function jsimd_ycc_\colorid\()_convert_neon
43 function->shared()->asm_function() && !FLAG_turbo_asm_deoptimization) { in RUNTIME_FUNCTION()74 function->shared()->asm_function() && !FLAG_turbo_asm_deoptimization) { in RUNTIME_FUNCTION()
345 bool asm_function() const { return asm_function_; } in asm_function() function
94 AsmFunctionField::encode(scope->asm_function()) | in Create()
957 return code->is_turbofanned() && function->shared()->asm_function() && in CannotDeoptFromAsmCode()994 if (function()->shared()->asm_function()) { in Print()
449 if (info->shared_info()->asm_function()) { in UseIgnition()632 FLAG_turbo_asm && shared->asm_function() && !optimization_disabled; in UseTurboFan()
296 function->shared()->asm_function() && in DeoptimizeMarkedCodeForContext()
5712 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, asm_function, kIsAsmFunction) in SMI_ACCESSORS()
7039 DECL_BOOLEAN_ACCESSORS(asm_function)
13296 shared_info->set_asm_function(lit->scope()->asm_function()); in InitFromFunctionLiteral()
4322 !(FLAG_validate_asm && scope->asm_function()); in ParseFunctionLiteral()