Home
last modified time | relevance | path

Searched refs:StoreConstantPoolInfo (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcompilation_driver.cpp94 void CompilationDriver::StoreConstantPoolInfo() const in StoreConstantPoolInfo() function in panda::ecmascript::kungfu::CompilationDriver
103 ptManager->GetAOTSnapshot().StoreConstantPoolInfo(collector_); in StoreConstantPoolInfo()
H A Dcompilation_driver.h90 StoreConstantPoolInfo(); in Run()
117 void StoreConstantPoolInfo() const;
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
H A Daot_snapshot.h76 void PUBLIC_API StoreConstantPoolInfo(BytecodeInfoCollector *bcInfoCollector);
H A Daot_snapshot.cpp68 void AOTSnapshot::StoreConstantPoolInfo(BytecodeInfoCollector *bcInfoCollector) in StoreConstantPoolInfo() function in panda::ecmascript::kungfu::AOTSnapshot
75 LOG_COMPILER(ERROR) << "StoreConstantPoolInfo failed. no file id found for " in StoreConstantPoolInfo()

Completed in 1 milliseconds