Searched refs:StoreOwnByIndex (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | access_object_stub_builder.h | 58 GateRef StoreOwnByIndex(GateRef glue, GateRef receiver, GateRef index, GateRef value, GateRef profileTypeInfo,
|
H A D | access_object_stub_builder.cpp | 332 GateRef AccessObjectStubBuilder::StoreOwnByIndex(GateRef glue, GateRef receiver, GateRef index, GateRef value, in StoreOwnByIndex() function in panda::ecmascript::kungfu::AccessObjectStubBuilder
|
H A D | interpreter_stub.cpp | 1990 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 D | baseline_stubs.cpp | 2573 GateRef result = builder.StoreOwnByIndex( in GenerateCircuit() 2589 GateRef result = builder.StoreOwnByIndex(glue, receiver, index, acc, profileTypeInfo, slotId, callback); in GenerateCircuit()
|
Completed in 26 milliseconds