Searched refs:TryGetInternString (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_string_table.h | 47 EcmaString *TryGetInternString(EcmaString *string);
|
| D | ecma_string_table.cpp | 210 EcmaString *EcmaStringTable::TryGetInternString(EcmaString *string) in TryGetInternString() function in panda::ecmascript::EcmaStringTable
|
| D | object_fast_operator-inl.h | 87 …thread->GetEcmaVM()->GetEcmaStringTable()->TryGetInternString(EcmaString::Cast(key.GetTaggedObject… in HasOwnProperty()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | call_signature.h | 464 V(TryGetInternString) \
|
| D | call_signature.cpp | 2175 DEF_CALL_SIGNATURE(TryGetInternString) in DEF_CALL_SIGNATURE() argument
|
| D | stub_builder.cpp | 2717 … GateRef res = CallNGCRuntime(glue, RTSTUB_ID(TryGetInternString), { glue, *key }); in GetPropertyByValue() 3922 … GateRef res = CallNGCRuntime(glue, RTSTUB_ID(TryGetInternString), { glue, *varKey }); in SetPropertyByValue() 4392 … GateRef res = CallNGCRuntime(glue, RTSTUB_ID(TryGetInternString), { glue, *keyVar }); in FastSetPropertyByName()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.h | 126 V(TryGetInternString) \ 447 static JSTaggedType TryGetInternString(uintptr_t argGlue, JSTaggedType ecmaString);
|
| D | runtime_stubs-inl.h | 3153 thread->GetEcmaVM()->GetEcmaStringTable()->TryGetInternString(string); in RuntimeTryGetInternString()
|
| D | runtime_stubs.cpp | 2732 JSTaggedType RuntimeStubs::TryGetInternString(uintptr_t argGlue, JSTaggedType ecmaString) in TryGetInternString() function in panda::ecmascript::RuntimeStubs
|