Searched defs:FastGetPropertyByIndex (Results 1 – 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | typed_array_stub_builder.cpp | 171 GateRef TypedArrayStubBuilder::FastGetPropertyByIndex(GateRef glue, GateRef array, GateRef index, G… in FastGetPropertyByIndex() function in panda::ecmascript::kungfu::TypedArrayStubBuilder
|
D | stub_builder.cpp | 4334 GateRef StubBuilder::FastGetPropertyByIndex(GateRef glue, GateRef obj, GateRef index, ProfileOperat… in FastGetPropertyByIndex() function in panda::ecmascript::kungfu::StubBuilder
|
/arkcompiler/ets_runtime/ecmascript/ |
D | object_fast_operator-inl.h | 558 JSTaggedValue ObjectFastOperator::FastGetPropertyByIndex(JSThread *thread, JSTaggedValue receiver, … in FastGetPropertyByIndex() function
|
D | js_typed_array.cpp | 646 JSTaggedValue JSTypedArray::FastGetPropertyByIndex(JSThread *thread, const JSTaggedValue typedarray… in FastGetPropertyByIndex() function in panda::ecmascript::JSTypedArray
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | js_typed_array_test.cpp | 1318 HWTEST_F_L0(JSTypedArrayTest, FastGetPropertyByIndex) in HWTEST_F_L0() argument
|