Home
last modified time | relevance | path

Searched defs:GetString (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Decma_string_table.cpp27 EcmaString *EcmaStringTable::GetString(const JSHandle<EcmaString> &firstString, in GetString() function in panda::ecmascript::EcmaStringTable
43 EcmaString *EcmaStringTable::GetString(const uint8_t *utf8Data, uint32_t utf8Len, bool canBeCompres… in GetString() function in panda::ecmascript::EcmaStringTable
57 EcmaString *EcmaStringTable::GetString(const uint16_t *utf16Data, uint32_t utf16Len) const in GetString() function in panda::ecmascript::EcmaStringTable
71 EcmaString *EcmaStringTable::GetString(EcmaString *string) const in GetString() function in panda::ecmascript::EcmaStringTable
/arkcompiler/ets_frontend/es2panda/ir/expressions/
Dliteral.cpp44 const util::StringView &Literal::GetString() const in GetString() function in panda::es2panda::ir::Literal
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dstring_hashmap.cpp85 CString *StringHashMap::GetString(const CString &cstr) in GetString() function in panda::ecmascript::StringHashMap
Dheap_snapshot.cpp40 CString *HeapSnapshot::GetString(const CString &as) in GetString() function in panda::ecmascript::HeapSnapshot
/arkcompiler/runtime_core/runtime/
Dstring_table.cpp91 coretypes::String *StringTable::Table::GetString(const uint8_t *utf8_data, uint32_t utf16_length, in GetString() function in panda::StringTable::Table
105 coretypes::String *StringTable::Table::GetString(const uint16_t *utf16_data, uint32_t utf16_length, in GetString() function in panda::StringTable::Table
119 coretypes::String *StringTable::Table::GetString(coretypes::String *string, [[maybe_unused]] const … in GetString() function in panda::StringTable::Table
/arkcompiler/toolchain/tooling/base/
Dpt_json.cpp313 std::string PtJson::GetString() const in GetString() function in panda::ecmascript::tooling::PtJson
380 Result PtJson::GetString(const char *key, std::string *value) const in GetString() function in panda::ecmascript::tooling::PtJson
/arkcompiler/runtime_core/libpandabase/utils/
Djson_parser.cpp193 bool JsonObject::Parser::GetString(char delim) in GetString() function in panda::JsonObject::Parser
/arkcompiler/runtime_core/compiler/aot/
Daot_file.h117 const char *GetString(size_t offset) const in GetString() function