Home
last modified time | relevance | path

Searched defs:methodPCInfo (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dpass_manager.cpp60 Module *m) { in Compile()
222 Module *m) { in Compile()
Dpass_manager.h98 bool FilterMethod(const MethodLiteral *methodLiteral, const MethodPcInfo &methodPCInfo) const in FilterMethod()
Dcompilation_driver.cpp195const MethodPcInfo &methodPCInfo, const std::string &methodName) const in FilterMethod() argument
Dtype_recorder.cpp31const MethodPcInfo &methodPCInfo, const Bytecodes *bytecodes, bool enableOptTrackField) in TypeRecorder()
Dbytecode_circuit_builder.h218 const MethodPcInfo &methodPCInfo, in BytecodeCircuitBuilder()
Dbytecode_info_collector.h710 bool FilterMethod(const MethodLiteral *methodLiteral, const MethodPcInfo &methodPCInfo) const in FilterMethod()
Dts_inline_lowering.cpp211 void TSInlineLowering::InlineCall(MethodInfo &methodInfo, MethodPcInfo &methodPCInfo, MethodLiteral… in InlineCall()