Home
last modified time | relevance | path

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

/external/v8/tools/gyp/test/rules/src/subdir4/
Dprogram.c5 extern int asm_function(void);
7 int asm_function() { in asm_function() function
16 fprintf(stdout, "Got %d.\n", asm_function()); in main()
Dasm-function.assem7 .globl IDENTIFIER(asm_function)
8 IDENTIFIER(asm_function):
/external/v8/src/compiler/
Djs-inlining-heuristic.cc65 if (info_->shared_info()->asm_function()) return NoChange(); in Reduce()
66 if (function->shared()->asm_function()) return NoChange(); in Reduce()
Dpipeline.cc589 if (info()->shared_info()->asm_function()) { in CreateGraphImpl()
600 if (!info()->shared_info()->asm_function() || FLAG_turbo_asm_deoptimization) { in CreateGraphImpl()
Dast-graph-builder.cc3016 if (FLAG_turbo_loop_stackcheck || !info()->shared_info()->asm_function()) { in VisitIterationBody()
/external/v8/src/debug/
Ddebug-frames.cc23 frame->function()->shared()->asm_function() && in FrameInspector()
61 frame_->function()->shared()->asm_function() && in GetExpression()
/external/libjpeg-turbo/simd/
Djsimd_arm_neon.S44 .macro asm_function fname macro
201 asm_function jsimd_idct_islow_neon
705 asm_function jsimd_idct_ifast_neon
998 asm_function jsimd_idct_4x4_neon
1158 asm_function jsimd_idct_2x2_neon
1478 asm_function jsimd_ycc_\colorid\()_convert_neon
1793 asm_function jsimd_\colorid\()_ycc_convert_neon
1926 asm_function jsimd_convsamp_neon
2006 asm_function jsimd_fdct_ifast_neon
2117 asm_function jsimd_quantize_neon
[all …]
Djsimd_arm64_neon.S41 .macro asm_function fname macro
229 asm_function jsimd_idct_islow_neon
785 asm_function jsimd_idct_ifast_neon
1159 asm_function jsimd_idct_4x4_neon
1356 asm_function jsimd_idct_2x2_neon
1711 asm_function jsimd_ycc_\colorid\()_convert_neon
/external/v8/src/runtime/
Druntime-test.cc43 function->shared()->asm_function() && !FLAG_turbo_asm_deoptimization) { in RUNTIME_FUNCTION()
74 function->shared()->asm_function() && !FLAG_turbo_asm_deoptimization) { in RUNTIME_FUNCTION()
/external/v8/src/ast/
Dscopes.h345 bool asm_function() const { return asm_function_; } in asm_function() function
Dscopeinfo.cc94 AsmFunctionField::encode(scope->asm_function()) | in Create()
/external/v8/src/
Dframes.cc957 return code->is_turbofanned() && function->shared()->asm_function() && in CannotDeoptFromAsmCode()
994 if (function()->shared()->asm_function()) { in Print()
Dcompiler.cc449 if (info->shared_info()->asm_function()) { in UseIgnition()
632 FLAG_turbo_asm && shared->asm_function() && !optimization_disabled; in UseTurboFan()
Ddeoptimizer.cc296 function->shared()->asm_function() && in DeoptimizeMarkedCodeForContext()
Dobjects-inl.h5712 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, asm_function, kIsAsmFunction) in SMI_ACCESSORS()
Dobjects.h7039 DECL_BOOLEAN_ACCESSORS(asm_function)
Dobjects.cc13296 shared_info->set_asm_function(lit->scope()->asm_function()); in InitFromFunctionLiteral()
/external/v8/src/parsing/
Dparser.cc4322 !(FLAG_validate_asm && scope->asm_function()); in ParseFunctionLiteral()