Home
last modified time | relevance | path

Searched defs:curDepth (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/deoptimizer/
H A Ddeoptimizer.cpp124 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 Dllvm_ir_builder.cpp2858 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 Dlitecg_ir_builder.cpp2899 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