Home
last modified time | relevance | path

Searched refs:isCompiled (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/
H A Dsampling_profiler.cpp308 bool isCompiled; member
329 frameInfo.isCompiled = false; in CollectBoundaryFrames()
336 frameInfo.isCompiled = true; in CollectBoundaryFrames()
363 frameInfo.isCompiled = false; in ProcessCompiledTopFrame()
381 frameInfo.isCompiled = false; in ProcessCompiledTopFrame()
393 auto stackWalker = StackWalkerBase(frameInfo.frame, frameInfo.isCompiled); in CollectFrames()
474 } else if (frameInfo.isCompiled) { in SigProfSamplingProfilerHandler()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dmethod_literal.h72 void SetAotCodeBit(bool isCompiled) in SetAotCodeBit()
74 callField_ = IsAotCodeBit::Update(callField_, isCompiled); in SetAotCodeBit()
134 static uint64_t SetAotCodeBit(uint64_t callField, bool isCompiled) in SetAotCodeBit()
136 return IsAotCodeBit::Update(callField, isCompiled); in SetAotCodeBit()
/arkcompiler/ets_runtime/ecmascript/
H A Dmethod.h47 uint64_t SetAotCodeBit(uint64_t callField, bool isCompiled) in SetAotCodeBit() argument
49 return IsAotCodeBit::Update(callField, isCompiled); in SetAotCodeBit()
131 void SetAotCodeBit(bool isCompiled) in SetAotCodeBit() argument
134 uint64_t newValue = SetAotCodeBit(callField, isCompiled); in SetAotCodeBit()
H A Djs_function.h101 void SetCompiledCodeBit(bool isCompiled) in SetCompiledCodeBit() argument
104 uint32_t newValue = IsCompiledCodeBit::Update(bitField, isCompiled); in SetCompiledCodeBit()
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dstack_walker_test.cpp75 void TestModifyManyVregs(bool isCompiled);
357 void StackWalkerTest::TestModifyManyVregs(bool isCompiled) in TestModifyManyVregs() argument
367 if (!isCompiled) { in TestModifyManyVregs()
372 compiled = isCompiled; in TestModifyManyVregs()
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dmethod-inl.h118 bool isCompiled = thread->IsCurrentFrameCompiled(); in CompiledCodeExecute() local
123 thread->SetCurrentFrameIsCompiled(isCompiled); in CompiledCodeExecute()
171 bool isCompiled = thread->IsCurrentFrameCompiled(); in InvokeCompiledCode() local
201 thread->SetCurrentFrameIsCompiled(isCompiled); in InvokeCompiledCode()
233 auto isCompiled = thread->IsCurrentFrameCompiled(); in InvokeEntry() local
237 if (isCompiled && currentFrame != nullptr) { in InvokeEntry()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dbytecode_info_collector.h98 void SetIsCompiled(bool isCompiled) in SetIsCompiled() argument
100 CompileStateBit::CompiledBit::Set<uint8_t>(isCompiled, &compileState_.value_); in SetIsCompiled()
/arkcompiler/runtime_core/static_core/runtime/
H A Dcompiler.cpp926 auto isCompiled = compilerCtx.GetCompilationStatus(); in StartCompileMethod()
927 if (isCompiled) { in StartCompileMethod()

Completed in 9 milliseconds