Searched refs:codeType (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/runtime_core/static_core/verification/absint/ |
| D | exec_context.h | 91 …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()
|
| D | abs_int_inl.h | 159 …AbsIntInstructionHandler(VerificationContext &verifCtx, const uint8_t *pc, EntryPointType codeType) in AbsIntInstructionHandler() argument 165 codeType_ {codeType}
|
| /arkcompiler/runtime_core/static_core/verification/gen/templates/ |
| D | abs_int_inl_gen.h.erb | 17 …atus AbstractInterpret(VerificationContext& verifCtx, const uint8_t* pc, EntryPointType codeType) { 33 AbsIntInstructionHandler handler(verifCtx, pc, codeType);
|
| /arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
| D | js_stackgetter.h | 67 char codeType[20] = {0}; // 20:the maximum size of the codeType member
|
| /arkcompiler/ets_runtime/ecmascript/jit/ |
| D | jit_task.cpp | 138 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/ |
| D | machine_code.h | 47 MachineCodeType codeType {MachineCodeType::FAST_JIT_CODE};
|
| D | machine_code.cpp | 107 if (desc.codeType == MachineCodeType::BASELINE_CODE) { in SetData()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| D | heap_sampling.cpp | 149 callframeInfo.codeType_ = frameInfoTemps_[i].codeType; in FillScriptIdAndStore()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | file_generators.cpp | 760 machineCodeDesc.codeType = MachineCodeType::FAST_JIT_CODE; in GetMemoryCodeInfos()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| D | baseline_compiler.cpp | 184 codeDesc.codeType = MachineCodeType::BASELINE_CODE; in CollectMemoryCodeInfos()
|