Home
last modified time | relevance | path

Searched refs:CheckTypedArrayIndexInRange (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_typedarray_stub_builder.h37 GateRef CheckTypedArrayIndexInRange(GateRef array, GateRef index);
Dbuiltins_typedarray_stub_builder.cpp54 GateRef BuiltinsTypedArrayStubBuilder::CheckTypedArrayIndexInRange(GateRef array, GateRef index) in CheckTypedArrayIndexInRange() function in panda::ecmascript::kungfu::BuiltinsTypedArrayStubBuilder
95 BRANCH(CheckTypedArrayIndexInRange(array, index), &indexIsvalid, &exit); in LoadTypedArrayElement()
129 BRANCH(CheckTypedArrayIndexInRange(array, index), &indexIsvalid, &exit); in StoreTypedArrayElement()