Searched defs:curDepth (Results 1 - 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/deoptimizer/ |
| H A D | deoptimizer.cpp | 124 size_t curDepth = DecodeDeoptDepth(id, shift); in CollectVregs() local 341 CollectVirtualRegisters(JSTaggedValue callTarget, Method *method, FrameWriter *frameWriter, size_t curDepth) CollectVirtualRegisters() argument 609 GetCallSize(size_t curDepth, const uint8_t *resumePc) GetCallSize() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
| H A D | llvm_ir_builder.cpp | 2858 void LLVMIRBuilder::SaveDeoptVregInfo(std::vector<LLVMValueRef> &values, int32_t index, size_t curDepth, size_t shift, in SaveDeoptVregInfo() argument 2866 void LLVMIRBuilder::SaveDeoptVregInfoWithI64(std::vector<LLVMValueRef> &values, int32_t index, size_t curDepth, in SaveDeoptVregInfoWithI64() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| H A D | litecg_ir_builder.cpp | 2899 SaveDeoptVregInfo(std::unordered_map<int, LiteCGValue> &deoptBundleInfo, BB &bb, int32_t index, size_t curDepth, size_t shift, GateRef gate) SaveDeoptVregInfo() argument 2909 SaveDeoptVregInfoWithI64(std::unordered_map<int, LiteCGValue> &deoptBundleInfo, BB &bb, int32_t index, size_t curDepth, size_t shift, GateRef gate) SaveDeoptVregInfoWithI64() argument [all...] |
Completed in 13 milliseconds