Home
last modified time | relevance | path

Searched refs:methodPCInfo (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dpass_manager.cpp75 const MethodPcInfo &methodPCInfo, in Compile()
104 … BytecodeCircuitBuilder builder(jsPandaFile, methodLiteral, methodPCInfo, tsManager, &circuit, in Compile()
Dtype_recorder.h37 … const MethodPcInfo &methodPCInfo, const Bytecodes *bytecodes, bool enableOptTrackField);
Dcompilation_driver.cpp194 … const MethodPcInfo &methodPCInfo, const std::string &methodName) const in FilterMethod() argument
196 if (methodPCInfo.methodsSize > bytecodeInfo_.GetMaxMethodSize() || in FilterMethod()
Dtype_recorder.cpp28 … const MethodPcInfo &methodPCInfo, const Bytecodes *bytecodes, bool enableOptTrackField) in TypeRecorder() argument
31 pcOffsets_(methodPCInfo.pcOffsets), bytecodes_(bytecodes) in TypeRecorder()
Dbytecode_circuit_builder.h258 const MethodPcInfo &methodPCInfo, in BytecodeCircuitBuilder() argument
272 … typeRecorder_(jsPandaFile, method_, tsManager, recordName, decoder, methodPCInfo, bytecodes, in BytecodeCircuitBuilder()
275 pcOffsets_(methodPCInfo.pcOffsets), in BytecodeCircuitBuilder()
Dts_inline_lowering.h170 …void InlineCall(MethodInfo &methodInfo, MethodPcInfo &methodPCInfo, MethodLiteral* method, CallGat…
Dcompilation_driver.h336 const MethodPcInfo &methodPCInfo, const std::string &methodName) const;
Dts_inline_lowering.cpp176 void TSInlineLowering::InlineCall(MethodInfo &methodInfo, MethodPcInfo &methodPCInfo, MethodLiteral… in InlineCall() argument
192 BytecodeCircuitBuilder builder(jsPandaFile, method, methodPCInfo, in InlineCall()