Searched refs:methodPCInfo (Results 1 – 8 of 8) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | pass_manager.cpp | 75 const MethodPcInfo &methodPCInfo, in Compile() 104 … BytecodeCircuitBuilder builder(jsPandaFile, methodLiteral, methodPCInfo, tsManager, &circuit, in Compile()
|
D | type_recorder.h | 37 … const MethodPcInfo &methodPCInfo, const Bytecodes *bytecodes, bool enableOptTrackField);
|
D | compilation_driver.cpp | 194 … const MethodPcInfo &methodPCInfo, const std::string &methodName) const in FilterMethod() argument 196 if (methodPCInfo.methodsSize > bytecodeInfo_.GetMaxMethodSize() || in FilterMethod()
|
D | type_recorder.cpp | 28 … const MethodPcInfo &methodPCInfo, const Bytecodes *bytecodes, bool enableOptTrackField) in TypeRecorder() argument 31 pcOffsets_(methodPCInfo.pcOffsets), bytecodes_(bytecodes) in TypeRecorder()
|
D | bytecode_circuit_builder.h | 258 const MethodPcInfo &methodPCInfo, in BytecodeCircuitBuilder() argument 272 … typeRecorder_(jsPandaFile, method_, tsManager, recordName, decoder, methodPCInfo, bytecodes, in BytecodeCircuitBuilder() 275 pcOffsets_(methodPCInfo.pcOffsets), in BytecodeCircuitBuilder()
|
D | ts_inline_lowering.h | 170 …void InlineCall(MethodInfo &methodInfo, MethodPcInfo &methodPCInfo, MethodLiteral* method, CallGat…
|
D | compilation_driver.h | 336 const MethodPcInfo &methodPCInfo, const std::string &methodName) const;
|
D | ts_inline_lowering.cpp | 176 void TSInlineLowering::InlineCall(MethodInfo &methodInfo, MethodPcInfo &methodPCInfo, MethodLiteral… in InlineCall() argument 192 BytecodeCircuitBuilder builder(jsPandaFile, method, methodPCInfo, in InlineCall()
|