Searched refs:byteCodeArray (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
H A D | pgo_profiler_info.cpp | 147 uint32_t PGOMethodInfo::CalcChecksum(const char *name, const uint8_t *byteCodeArray, uint32_t byteCodeLength) in CalcChecksum() argument 150 if (byteCodeArray != nullptr) { in CalcChecksum() 151 checksum = CalcOpCodeChecksum(byteCodeArray, byteCodeLength); in CalcChecksum() 160 uint32_t PGOMethodInfo::CalcOpCodeChecksum(const uint8_t *byteCodeArray, uint32_t byteCodeLength) in CalcOpCodeChecksum() argument 163 BytecodeInstruction bcIns(byteCodeArray); in CalcOpCodeChecksum()
|
H A D | pgo_profiler_info.h | 134 static uint32_t PUBLIC_API CalcChecksum(const char *name, const uint8_t *byteCodeArray, uint32_t byteCodeLength); 136 static uint32_t CalcOpCodeChecksum(const uint8_t *byteCodeArray, uint32_t byteCodeLength);
|
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
H A D | js_stackinfo.cpp | 1292 uintptr_t byteCodeArray = 0; 1293 if (!ReadUintptrFromAddr(pid, byteCodeArrayAddr, byteCodeArray, g_needCheck)) { 1296 uintptr_t offset = pc - byteCodeArray;
|
Completed in 7 milliseconds