Home
last modified time | relevance | path

Searched refs:calleeOffset (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Djit_compilation_env.h94 void UpdateFuncSlotIdMap(uint32_t calleeOffset, uint32_t callerOffset, uint32_t slotId) in UpdateFuncSlotIdMap() argument
96 if (functionSlotIdMap_.find(calleeOffset) != functionSlotIdMap_.end()) { in UpdateFuncSlotIdMap()
99 if (callee2CallerMap_.find(calleeOffset) != callee2CallerMap_.end()) { in UpdateFuncSlotIdMap()
102 functionSlotIdMap_[calleeOffset] = slotId; in UpdateFuncSlotIdMap()
103 callee2CallerMap_[calleeOffset] = callerOffset; in UpdateFuncSlotIdMap()
H A Djit_compilation_env.cpp193 uint32_t calleeOffset = methodOffset; in GetJsFunctionByMethodOffset() local
195 if (functionSlotIdMap_.find(calleeOffset) == functionSlotIdMap_.end()) { in GetJsFunctionByMethodOffset()
198 funcSlotChain.push_back({functionSlotIdMap_.at(calleeOffset), callee2CallerMap_.at(calleeOffset)}); in GetJsFunctionByMethodOffset()
199 calleeOffset = callee2CallerMap_.at(calleeOffset); in GetJsFunctionByMethodOffset()
200 } while (calleeOffset != currMethodOffset); in GetJsFunctionByMethodOffset()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
H A Dinterference_graph.h294 bool AssignColors(size_t colors, size_t calleeOffset) in AssignColors() argument
330 off = calleeOffset; in AssignColors()
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ark_frame_lowering/
H A Dframe_builder.h115 std::string_view asmPairRegs, ssize_t calleeOffset);
H A Dframe_builder.cpp301 ssize_t calleeOffset) in EmitCSRSaveRestoreCode()
316 auto off = calleeOffset; in EmitCSRSaveRestoreCode()
299 EmitCSRSaveRestoreCode(InlineAsmBuilder *builder, uint32_t regsMask, std::string_view asmSingleReg, std::string_view asmPairRegs, ssize_t calleeOffset) EmitCSRSaveRestoreCode() argument

Completed in 4 milliseconds