Home
last modified time | relevance | path

Searched refs:BCInfo (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dbytecode_info_collector.h122 // used to obtain MethodPcInfo from the vector methodPcInfos of struct BCInfo
133 class BCInfo { class
135 explicit BCInfo(size_t maxAotMethodSize) in BCInfo() function in panda::ecmascript::kungfu::BCInfo
303 BCInfo& GetBytecodeInfo() in GetBytecodeInfo()
308 BCInfo* GetBytecodeInfoPtr() in GetBytecodeInfoPtr()
392 BCInfo bytecodeInfo_;
H A Daot_compiler_preprocessor.h123 void AnalyzeGraph(BCInfo &bytecodeInfo, CompilationOptions &cOptions, BytecodeInfoCollector &collector,
141 bool IsSkipMethod(const JSPandaFile *jsPandaFile, const BCInfo &bytecodeInfo,
H A Dcompilation_driver.h123 BCInfo &bytecodeInfo_;
H A Dpass_manager.h90 BCInfo& GetBytecodeInfo() in GetBytecodeInfo()
H A Daot_compiler_preprocessor.cpp219 void AotCompilerPreprocessor::AnalyzeGraph(BCInfo &bytecodeInfo, CompilationOptions &cOptions, in AnalyzeGraph()
419 bool AotCompilerPreprocessor::IsSkipMethod(const JSPandaFile *jsPandaFile, const BCInfo &bytecodeInfo, in IsSkipMethod()
452 BCInfo &bytecodeInfo = collector.GetBytecodeInfo(); in GenerateMethodMap()

Completed in 4 milliseconds