Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/verification/absint/
Dexec_context.h91 …mp(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()
Dabs_int_inl.h159 …AbsIntInstructionHandler(VerificationContext &verifCtx, const uint8_t *pc, EntryPointType codeType) in AbsIntInstructionHandler() argument
165 codeType_ {codeType}
/arkcompiler/runtime_core/static_core/verification/gen/templates/
Dabs_int_inl_gen.h.erb17 …atus AbstractInterpret(VerificationContext& verifCtx, const uint8_t* pc, EntryPointType codeType) {
33 AbsIntInstructionHandler handler(verifCtx, pc, codeType);
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackgetter.h67 char codeType[20] = {0}; // 20:the maximum size of the codeType member
/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/mem/
Dmachine_code.h47 MachineCodeType codeType {MachineCodeType::FAST_JIT_CODE};
Dmachine_code.cpp107 if (desc.codeType == MachineCodeType::BASELINE_CODE) { in SetData()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_sampling.cpp149 callframeInfo.codeType_ = frameInfoTemps_[i].codeType; in FillScriptIdAndStore()
/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()