Home
last modified time | relevance | path

Searched refs:codeType (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/absint/
H A Dexec_context.h91 void ProcessJump(const uint8_t *jmpInsnPtr, const uint8_t *targetPtr, Reporter reporter, EntryPointType codeType) in ProcessJump() argument
95 AddEntryPoint(targetPtr, codeType); in ProcessJump()
101 AddEntryPoint(targetPtr, codeType); in ProcessJump()
106 void ProcessJump(const uint8_t *jmpInsnPtr, const uint8_t *targetPtr, EntryPointType codeType) in ProcessJump() argument
110 AddEntryPoint(targetPtr, codeType); in ProcessJump()
116 AddEntryPoint(targetPtr, codeType); in ProcessJump()
H A Dabs_int_inl.h162 AbsIntInstructionHandler(VerificationContext &verifCtx, const uint8_t *pc, EntryPointType codeType) in AbsIntInstructionHandler() argument
168 codeType_ {codeType}
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dmachine_code_test.cpp55 desc.codeType = MachineCodeType::BASELINE_CODE; in HWTEST_F_L0()
69 desc.codeType = MachineCodeType::FAST_JIT_CODE; in HWTEST_F_L0()
89 desc.codeType = MachineCodeType::FAST_JIT_CODE; in HWTEST_F_L0()
117 desc.codeType = MachineCodeType::FAST_JIT_CODE; in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
H A Djs_stackgetter.h67 char codeType[20] = {0}; // 20:the maximum size of the codeType member
/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit_task.cpp135 if (desc.codeType == MachineCodeType::BASELINE_CODE) { in ComputeAlignedSizes()
160 if (codeDesc.codeType == MachineCodeType::BASELINE_CODE) { in ComputePayLoadSize()
180 ASSERT(codeDesc.codeType == MachineCodeType::FAST_JIT_CODE); in ComputePayLoadSize()
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dmachine_code.h48 MachineCodeType codeType {MachineCodeType::FAST_JIT_CODE};
H A Dmachine_code.cpp118 if (desc.codeType == MachineCodeType::BASELINE_CODE) { in SetData()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_sampling.cpp149 callframeInfo.codeType_ = frameInfoTemps_[i].codeType; in FillScriptIdAndStore()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dfile_generators.cpp760 machineCodeDesc.codeType = MachineCodeType::FAST_JIT_CODE; in GetMemoryCodeInfos()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_compiler.cpp184 codeDesc.codeType = MachineCodeType::BASELINE_CODE; in CollectMemoryCodeInfos()

Completed in 24 milliseconds