Home
last modified time | relevance | path

Searched refs:FindEntryFromNameDictionary (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp772 GateRef StubBuilder::FindEntryFromNameDictionary(GateRef glue, GateRef elements, GateRef key, GateR… in FindEntryFromNameDictionary() function in panda::ecmascript::kungfu::StubBuilder
2336 GateRef recordEntry = FindEntryFromNameDictionary(glue, globalRecord, key); in LdGlobalRecord()
3623 GateRef entryB = FindEntryFromNameDictionary(glue, array, key); in GetPropertyByName()
4019 GateRef entry = FindEntryFromNameDictionary(glue, array, lengthString); in IsArrayLengthWritable()
4737 GateRef entry1 = FindEntryFromNameDictionary(glue, array, key); in SetPropertyByName()
5008 GateRef entry1 = FindEntryFromNameDictionary(glue, array, key); in DefinePropertyByName()
7695 GateRef entry = FindEntryFromNameDictionary(glue, properties, key); in GetGlobalOwnProperty()
Dstub_builder.h613 …GateRef FindEntryFromNameDictionary(GateRef glue, GateRef elements, GateRef key, GateRef hir = Cir…
Dinterpreter_stub.cpp392 …GateRef entry = FindEntryFromNameDictionary(glue, array, propKey); …
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_object_stub_builder.cpp738 GateRef entryB = FindEntryFromNameDictionary(glue_, array, res, hir); in HasOwnProperty()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_stubs.cpp233 …GateRef entry = FindEntryFromNameDictionary(glue, array, propKey); …