Home
last modified time | relevance | path

Searched refs:MachineCodeType (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dmachine_code.h30 enum class MachineCodeType : uint8_t { enum
47 MachineCodeType codeType {MachineCodeType::FAST_JIT_CODE};
Dmachine_code.cpp107 if (desc.codeType == MachineCodeType::BASELINE_CODE) { in SetData()
/arkcompiler/ets_runtime/ecmascript/jit/
Djit_task.cpp138 if (desc.codeType == MachineCodeType::BASELINE_CODE) { in ComputeAlignedSizes()
163 if (codeDesc.codeType == MachineCodeType::BASELINE_CODE) { in ComputePayLoadSize()
183 ASSERT(codeDesc.codeType == MachineCodeType::FAST_JIT_CODE); in ComputePayLoadSize()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.cpp760 machineCodeDesc.codeType = MachineCodeType::FAST_JIT_CODE; in GetMemoryCodeInfos()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_compiler.cpp184 codeDesc.codeType = MachineCodeType::BASELINE_CODE; in CollectMemoryCodeInfos()