Home
last modified time | relevance | path

Searched defs:skipThis (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dnative_inline_lowering.cpp387 void NativeInlineLowering::TryInlineStringFromCharCode(GateRef gate, size_t argc, bool skipThis) in TryInlineStringFromCharCode()
411 void NativeInlineLowering::TryInlineStringCharCodeAt(GateRef gate, size_t argc, bool skipThis) in TryInlineStringCharCodeAt()
437 void NativeInlineLowering::TryInlineStringSubstring(GateRef gate, size_t argc, bool skipThis) in TryInlineStringSubstring()
479 void NativeInlineLowering::TryInlineStringSubStr(GateRef gate, size_t argc, bool skipThis) in TryInlineStringSubStr()
521 void NativeInlineLowering::TryInlineStringSlice(GateRef gate, size_t argc, bool skipThis) in TryInlineStringSlice()
563 void NativeInlineLowering::TryInlineNumberIsFinite(GateRef gate, size_t argc, bool skipThis) in TryInlineNumberIsFinite()
581 void NativeInlineLowering::TryInlineNumberIsInteger(GateRef gate, size_t argc, bool skipThis) in TryInlineNumberIsInteger()
603 void NativeInlineLowering::TryInlineNumberIsNaN(GateRef gate, size_t argc, bool skipThis) in TryInlineNumberIsNaN()
621 void NativeInlineLowering::TryInlineNumberParseFloat(GateRef gate, size_t argc, bool skipThis) in TryInlineNumberParseFloat()
639 void NativeInlineLowering::TryInlineNumberParseInt(GateRef gate, size_t argc, bool skipThis) in TryInlineNumberParseInt()
[all …]
/arkcompiler/runtime_core/static_core/libpandafile/
Dmethod_data_accessor-inl.h319 void MethodDataAccessor::EnumerateTypesInProto(Callback cb, bool skipThis) in EnumerateTypesInProto()