Home
last modified time | relevance | path

Searched defs:codeDesc (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jit/
Djit_task.cpp155 size_t JitTask::ComputePayLoadSize(MachineCodeDesc &codeDesc) in ComputePayLoadSize()
429 MachineCodeDesc codeDesc = jitTask_->GetMachineCodeDesc(); in Run() local
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_compiler.cpp180 bool BaselineCompiler::CollectMemoryCodeInfos(MachineCodeDesc &codeDesc) in CollectMemoryCodeInfos()