Searched defs:FastGetPropertyByIndex (Results 1 - 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ | ||
| H A D | js_typed_array.cpp | 677 JSTaggedValue JSTypedArray::FastGetPropertyByIndex(JSThread *thread, const JSTaggedValue typedarray, uint32_t index, in FastGetPropertyByIndex() function in panda::ecmascript::JSTypedArray |
| H A D | object_fast_operator-inl.h | 832 JSTaggedValue ObjectFastOperator::FastGetPropertyByIndex(JSThread *thread, JSTaggedValue receiver, uint32_t index) in FastGetPropertyByIndex() function in ObjectFastOperator |
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ | ||
| H A D | builtins_typedarray_stub_builder.cpp | 143 GateRef BuiltinsTypedArrayStubBuilder::FastGetPropertyByIndex(GateRef glue, GateRef array,
in FastGetPropertyByIndex() function in panda::ecmascript::kungfu::BuiltinsTypedArrayStubBuilder [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/ | ||
| H A D | stub_builder.cpp | 5756 GateRef StubBuilder::FastGetPropertyByIndex(GateRef glue, GateRef obj, in FastGetPropertyByIndex() function in panda::ecmascript::kungfu::StubBuilder |
Completed in 28 milliseconds