Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Dmachine_code_test.cpp54 desc.codeType = MachineCodeType::BASELINE_CODE; in HWTEST_F_L0()
68 desc.codeType = MachineCodeType::FAST_JIT_CODE; in HWTEST_F_L0()
88 desc.codeType = MachineCodeType::FAST_JIT_CODE; in HWTEST_F_L0()
116 desc.codeType = MachineCodeType::FAST_JIT_CODE; in HWTEST_F_L0()
144 desc.codeType = MachineCodeType::FAST_JIT_CODE; in HWTEST_F_L0()
170 desc.codeType = MachineCodeType::FAST_JIT_CODE; in HWTEST_F_L0()
196 desc.codeType = MachineCodeType::FAST_JIT_CODE; in HWTEST_F_L0()
Djs_hclass_test.cpp83 desc.codeType = MachineCodeType::BASELINE_CODE; in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/mem/
Dmachine_code.h32 enum class MachineCodeType : uint8_t { enum
51 MachineCodeType codeType {MachineCodeType::FAST_JIT_CODE};
Dmachine_code.cpp144 if (desc.codeType == MachineCodeType::BASELINE_CODE) { in SetData()
/arkcompiler/ets_runtime/ecmascript/jit/
Djit_task.cpp137 if (desc.codeType == MachineCodeType::BASELINE_CODE) { in ComputeAlignedSizes()
162 if (codeDesc.codeType == MachineCodeType::BASELINE_CODE) { in ComputePayLoadSize()
182 ASSERT(codeDesc.codeType == MachineCodeType::FAST_JIT_CODE); in ComputePayLoadSize()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.cpp766 machineCodeDesc.codeType = MachineCodeType::FAST_JIT_CODE; in GetMemoryCodeInfos()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_compiler.cpp184 codeDesc.codeType = MachineCodeType::BASELINE_CODE; in CollectMemoryCodeInfos()