Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dnative_inline_lowering.h112 void TryInlineArraySlice(GateRef gate, size_t argc, BuiltinsStubCSigns::ID id, bool skipThis);
Dnative_inline_lowering.cpp384 TryInlineArraySlice(gate, argc, id, skipThis); in RunNativeInlineLowering()
1754 void NativeInlineLowering::TryInlineArraySlice(GateRef gate, size_t argc, BuiltinsStubCSigns::ID id… in TryInlineArraySlice() function in panda::ecmascript::kungfu::NativeInlineLowering