Searched refs:ConvertICByName (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/jit/ |
H A D | jit_profiler.cpp | 59 ConvertICByName(bcOffset, slotId, BCType::LOAD); in ProfileBytecode() 69 ConvertICByName(bcOffset, slotId, BCType::LOAD); in ProfileBytecode() 103 ConvertICByName(bcOffset, slotId, BCType::STORE); in ProfileBytecode() 113 ConvertICByName(bcOffset, slotId, BCType::STORE); in ProfileBytecode() 436 void JITProfiler::ConvertICByName(int32_t bcOffset, uint32_t slotId, BCType type) in ConvertICByName() function in panda::ecmascript::JITProfiler
|
H A D | jit_profiler.h | 97 void ConvertICByName(int32_t bcOffset, uint32_t slotId, BCType type);
|
Completed in 3 milliseconds