Home
last modified time | relevance | path

Searched refs:HaveExtraBit (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dmethod_literal.h51 using HaveExtraBit = HaveNewTargetBit::NextFlag; // offset 2 member
52 using HaveFuncBit = HaveExtraBit::NextFlag; // offset 3
145 return HaveExtraBit::Decode(callField); in HaveExtraWithCallField()
/arkcompiler/ets_runtime/ecmascript/
Dmethod.h67 return HaveExtraBit::Decode(callField); in HaveExtraWithCallField()
424 using HaveExtraBit = HaveNewTargetBit::NextFlag; // offset 2 variable
425 using HaveFuncBit = HaveExtraBit::NextFlag; // offset 3
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Dasm_interpreter_call.cpp478 __ Testq(MethodLiteral::HaveExtraBit::Mask(), callFieldRegister); in JSCallCommonSlowPath()
515 __ Testq(MethodLiteral::HaveExtraBit::Mask(), callFieldRegister); in JSCallCommonSlowPath()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Dasm_interpreter_call.cpp243 __ Tbz(callFieldRegister, MethodLiteral::HaveExtraBit::START_BIT, &noExtraEntry); in JSCallCommonSlowPath()
283 __ Tbnz(callFieldRegister, MethodLiteral::HaveExtraBit::START_BIT, fastPathEntry); in JSCallCommonSlowPath()