Searched refs:codeType (Results 1 - 10 of 10) sorted by relevance
/arkcompiler/runtime_core/static_core/verification/absint/ |
H A D | exec_context.h | 91 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 D | abs_int_inl.h | 162 AbsIntInstructionHandler(VerificationContext &verifCtx, const uint8_t *pc, EntryPointType codeType) in AbsIntInstructionHandler() argument 168 codeType_ {codeType}
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | machine_code_test.cpp | 55 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 D | js_stackgetter.h | 67 char codeType[20] = {0}; // 20:the maximum size of the codeType member
|
/arkcompiler/ets_runtime/ecmascript/jit/ |
H A D | jit_task.cpp | 135 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 D | machine_code.h | 48 MachineCodeType codeType {MachineCodeType::FAST_JIT_CODE};
|
H A D | machine_code.cpp | 118 if (desc.codeType == MachineCodeType::BASELINE_CODE) { in SetData()
|
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
H A D | heap_sampling.cpp | 149 callframeInfo.codeType_ = frameInfoTemps_[i].codeType; in FillScriptIdAndStore()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | file_generators.cpp | 760 machineCodeDesc.codeType = MachineCodeType::FAST_JIT_CODE; in GetMemoryCodeInfos()
|
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
H A D | baseline_compiler.cpp | 184 codeDesc.codeType = MachineCodeType::BASELINE_CODE; in CollectMemoryCodeInfos()
|
Completed in 24 milliseconds