Home
last modified time | relevance | path

Searched refs:asm_function (Results 1 – 17 of 17) sorted by relevance

/external/v8/src/debug/
Ddebug-frames.cc27 js_frame->function()->shared()->asm_function() && in FrameInspector()
72 javascript_frame()->function()->shared()->asm_function() && in GetExpression()
/external/v8/src/ast/
Dscopeinfo.cc145 bool asm_function = false; in Create() local
151 asm_function = function_scope->asm_function(); in Create()
165 AsmFunctionField::encode(asm_function) | in Create()
Dscopes.h631 bool asm_function() const { return asm_function_; } in asm_function() function
Dscopes.cc326 return is_function_scope() && AsDeclarationScope()->asm_function(); in IsAsmFunction()
/external/libjpeg-turbo/simd/
Djsimd_arm_neon.S47 .macro asm_function fname macro
204 asm_function jsimd_idct_islow_neon
710 asm_function jsimd_idct_ifast_neon
1002 asm_function jsimd_idct_4x4_neon
1161 asm_function jsimd_idct_2x2_neon
1481 asm_function jsimd_ycc_\colorid\()_convert_neon
1796 asm_function jsimd_\colorid\()_ycc_convert_neon
1929 asm_function jsimd_convsamp_neon
2009 asm_function jsimd_fdct_ifast_neon
2120 asm_function jsimd_quantize_neon
[all …]
Djsimd_arm64_neon.S43 .macro asm_function fname macro
199 asm_function jsimd_idct_islow_neon
800 asm_function jsimd_idct_ifast_neon
1103 asm_function jsimd_idct_4x4_neon
1294 asm_function jsimd_idct_2x2_neon
1681 asm_function jsimd_ycc_\colorid\()_convert_neon
1683 asm_function jsimd_ycc_\colorid\()_convert_neon_slowst3
2018 asm_function jsimd_\colorid\()_ycc_convert_neon
2020 asm_function jsimd_\colorid\()_ycc_convert_neon_slowld3
2156 asm_function jsimd_convsamp_neon
[all …]
/external/v8/src/compiler/
Djs-inlining-heuristic.cc58 if (function->shared()->asm_function()) return false; in CanInlineFunction()
Dpipeline.cc557 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()
Dast-graph-builder.cc2933 if (FLAG_turbo_loop_stackcheck || !info()->shared_info()->asm_function()) { in VisitIterationBody()
/external/v8/src/runtime/
Druntime-test.cc51 function->shared()->asm_function() && !FLAG_turbo_asm_deoptimization) { in RUNTIME_FUNCTION()
77 function->shared()->asm_function() && !FLAG_turbo_asm_deoptimization) { in RUNTIME_FUNCTION()
/external/v8/src/
Dcompiler.cc313 FLAG_turbo_asm && shared->asm_function() && !optimization_disabled; in UseTurboFan()
331 if (info->shared_info()->asm_function()) { in ShouldUseIgnition()
Dframes.cc1083 return code->is_turbofanned() && function->shared()->asm_function() && in CannotDeoptFromAsmCode()
1120 if (function()->shared()->asm_function()) { in Print()
Disolate.cc1355 DCHECK(summary.function()->shared()->asm_function()); in Throw()
Ddeoptimizer.cc261 function->shared()->asm_function() && in DeoptimizeMarkedCodeForContext()
Dobjects.h7665 DECL_BOOLEAN_ACCESSORS(asm_function)
Dobjects-inl.h6053 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, asm_function, kIsAsmFunction) in SMI_ACCESSORS()
Dobjects.cc13944 shared_info->set_asm_function(lit->scope()->asm_function()); in InitFromFunctionLiteral()