Home
last modified time | relevance | path

Searched defs:isCompiled (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/
Dmethod-inl.h118 bool isCompiled = thread->IsCurrentFrameCompiled(); in CompiledCodeExecute() local
172 bool isCompiled = thread->IsCurrentFrameCompiled(); in InvokeCompiledCode() local
234 auto isCompiled = thread->IsCurrentFrameCompiled(); in InvokeEntry() local
/arkcompiler/ets_runtime/ecmascript/
Dmethod.h47 uint64_t SetAotCodeBit(uint64_t callField, bool isCompiled) in SetAotCodeBit()
131 void SetAotCodeBit(bool isCompiled) in SetAotCodeBit()
Djs_function.h107 void SetCompiledCodeBit(bool isCompiled) in SetCompiledCodeBit()
/arkcompiler/runtime_core/static_core/runtime/tests/
Dstack_walker_test.cpp378 void StackWalkerTest::TestModifyManyVregs(bool isCompiled) in TestModifyManyVregs()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.h98 void SetIsCompiled(bool isCompiled) in SetIsCompiled()
Dtyped_hcr_lowering.cpp1642 … GateRef isCompiled = builder_.JudgeAotAndFastCall(func, CircuitBuilder::JudgeMethodType::HAS_AOT); in CallTargetIsCompiledCheck() local
/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/
Dsampling_profiler.cpp327 bool isCompiled; member
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.cpp987 auto isCompiled = compilerCtx.GetCompilationStatus(); in StartCompileMethod() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument