Searched defs:LoadElement (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ic/ | ||
H A D | ic_runtime_stub-inl.h | 495 ARK_INLINE JSTaggedValue ICRuntimeStub::LoadElement(JSObject *receiver, JSTaggedValue key) in LoadElement() function in panda::ecmascript::ICRuntimeStub |
H A D | ic_handler.h | 258 static inline JSHandle<JSTaggedValue> LoadElement(const JSThread *thread, const ObjectOperator &op) in LoadElement() function in panda::ecmascript::final |
/arkcompiler/ets_runtime/ecmascript/compiler/ | ||
H A D | mcr_circuit_builder.h | 619 GateRef CircuitBuilder::LoadElement(GateRef receiver, GateRef index, OnHeapMode onHeap) in LoadElement() function in panda::ecmascript::kungfu::CircuitBuilder |
H A D | stub_builder.cpp | 2583 GateRef StubBuilder::LoadElement(GateRef glue, GateRef receiver, GateRef key) in LoadElement() function in panda::ecmascript::kungfu::StubBuilder |
Completed in 21 milliseconds