Searched refs:GetLiteralTagAndValue (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/ |
H A D | runtime.cpp | 1331 bool Runtime::GetLiteralTagAndValue(const panda_file::File &pf, uint32_t id, panda_file::LiteralTag *tag, in GetLiteralTagAndValue() function in ark::Runtime 1351 if (!GetLiteralTagAndValue(pf, id, &tag, &value)) { in GetPointerToConstArrayData() 1367 if (!GetLiteralTagAndValue(pf, id, &tag, &value)) { in ResolveLiteralArray()
|
/arkcompiler/runtime_core/static_core/runtime/include/ |
H A D | runtime.h | 181 static bool GetLiteralTagAndValue(const panda_file::File &pf, uint32_t id, panda_file::LiteralTag *tag,
|
Completed in 4 milliseconds