Searched defs:skipThis (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | native_inline_lowering.cpp | 387 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/ |
| D | method_data_accessor-inl.h | 319 void MethodDataAccessor::EnumerateTypesInProto(Callback cb, bool skipThis) in EnumerateTypesInProto()
|