Home
last modified time | relevance | path

Searched refs:HaveNewTargetBit (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dmethod_literal.h50 using HaveNewTargetBit = HaveThisBit::NextFlag; // offset 1 member
51 using HaveExtraBit = HaveNewTargetBit::NextFlag; // offset 2
140 return HaveNewTargetBit::Decode(callField); in HaveNewTargetWithCallField()
Dmethod_literal.cpp78 … - HaveNewTargetBit::Decode(callType) // exclude new target in Initialize()
/arkcompiler/ets_runtime/ecmascript/
Dmethod.h62 return HaveNewTargetBit::Decode(callField); in HaveNewTargetWithCallField()
423 using HaveNewTargetBit = HaveThisBit::NextFlag; // offset 1 variable
424 using HaveExtraBit = HaveNewTargetBit::NextFlag; // offset 2
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub-inl.h442 Int64And(Int64LSR(callField, Int64(MethodLiteral::HaveNewTargetBit::START_BIT)), in GetStartIdxAndNumArgs()
443 Int64((1LLU << MethodLiteral::HaveNewTargetBit::SIZE) - 1)), Int64(0)); in GetStartIdxAndNumArgs()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Dasm_interpreter_call.cpp637 __ Testq(MethodLiteral::HaveNewTargetBit::Mask(), callFieldRegister); in PushCallThis()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Dasm_interpreter_call.cpp1010 __ Tbz(callFieldRegister, MethodLiteral::HaveNewTargetBit::START_BIT, &pushCallTarget); in PushCallThis()