Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_object_stub_builder.cpp802 GateRef entryB = FindEntryFromNameDictionary(glue_, array, res); in HasOwnProperty()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp294 GateRef StubBuilder::FindEntryFromNameDictionary(GateRef glue, GateRef elements, GateRef key) in FindEntryFromNameDictionary() function in panda::ecmascript::kungfu::StubBuilder
1588 GateRef recordEntry = FindEntryFromNameDictionary(glue, globalRecord, key); in LdGlobalRecord()
2852 GateRef entryB = FindEntryFromNameDictionary(glue, array, key); in GetPropertyByName()
3211 GateRef entry = FindEntryFromNameDictionary(glue, array, lengthString); in IsArrayLengthWritable()
3737 GateRef entry1 = FindEntryFromNameDictionary(glue, array, key); in SetPropertyByName()
5904 GateRef entry = FindEntryFromNameDictionary(glue, properties, key); in GetGlobalOwnProperty()
Dstub_builder.h513 GateRef FindEntryFromNameDictionary(GateRef glue, GateRef elements, GateRef key);
Dinterpreter_stub.cpp5002 GateRef entry = FindEntryFromNameDictionary(glue, array, propKey); in DECLARE_ASM_HANDLER()