Home
last modified time | relevance | path

Searched refs:TryGetInternString (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Decma_string_table.h47 EcmaString *TryGetInternString(EcmaString *string);
Decma_string_table.cpp210 EcmaString *EcmaStringTable::TryGetInternString(EcmaString *string) in TryGetInternString() function in panda::ecmascript::EcmaStringTable
Dobject_fast_operator-inl.h87 …thread->GetEcmaVM()->GetEcmaStringTable()->TryGetInternString(EcmaString::Cast(key.GetTaggedObject… in HasOwnProperty()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_signature.h464 V(TryGetInternString) \
Dcall_signature.cpp2175 DEF_CALL_SIGNATURE(TryGetInternString) in DEF_CALL_SIGNATURE() argument
Dstub_builder.cpp2717 … 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/
Druntime_stubs.h126 V(TryGetInternString) \
447 static JSTaggedType TryGetInternString(uintptr_t argGlue, JSTaggedType ecmaString);
Druntime_stubs-inl.h3153 thread->GetEcmaVM()->GetEcmaStringTable()->TryGetInternString(string); in RuntimeTryGetInternString()
Druntime_stubs.cpp2732 JSTaggedType RuntimeStubs::TryGetInternString(uintptr_t argGlue, JSTaggedType ecmaString) in TryGetInternString() function in panda::ecmascript::RuntimeStubs