Home
last modified time | relevance | path

Searched refs:StoreOwnByIndex (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Daccess_object_stub_builder.h58 GateRef StoreOwnByIndex(GateRef glue, GateRef receiver, GateRef index, GateRef value, GateRef profileTypeInfo,
H A Daccess_object_stub_builder.cpp332 GateRef AccessObjectStubBuilder::StoreOwnByIndex(GateRef glue, GateRef receiver, GateRef index, GateRef value, in StoreOwnByIndex() function in panda::ecmascript::kungfu::AccessObjectStubBuilder
H A Dinterpreter_stub.cpp1990 GateRef result = builder.StoreOwnByIndex(glue, receiver, index, value, profileTypeInfo, slotId, callback); in DECLARE_ASM_HANDLER()
2003 GateRef result = builder.StoreOwnByIndex(glue, receiver, index, value, profileTypeInfo, slotId, callback); in DECLARE_ASM_HANDLER()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp2573 GateRef result = builder.StoreOwnByIndex( in GenerateCircuit()
2589 GateRef result = builder.StoreOwnByIndex(glue, receiver, index, acc, profileTypeInfo, slotId, callback); in GenerateCircuit()

Completed in 26 milliseconds