Home
last modified time | relevance | path

Searched defs:haveNewTarget (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dargument_accessor.cpp45 auto haveNewTarget = method_->HaveNewTargetWithCallField(); in GetArgGate() local
66 const bool haveNewTarget, const bool haveThis) const in GetFunctionArgIndex() argument
Dinterpreter_stub-inl.h518 GateRef haveNewTarget = Int64NotEqual( in GetStartIdxAndNumArgs() local
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_assembler.h76 bool haveNewTarget = false; variable
Dbaseline_stub_builder.h240 GateRef haveNewTarget = Int64NotEqual( in GetStartIdxAndNumArgs() local
Dbaseline_stubs-inl.h267 GateRef haveNewTarget = Int64NotEqual( in GetStartIdxAndNumArgs() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Dasm_interpreter_call.cpp624 bool haveNewTarget = kungfu::AssemblerModule::JSModeHaveNewTargetArg(mode); in PushCallThis() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Dasm_interpreter_call.cpp1528 bool haveNewTarget = kungfu::AssemblerModule::JSModeHaveNewTargetArg(mode); in PushCallThis() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.cpp7933 bool haveNewTarget = method->HaveNewTargetWithCallField(); in GetNumArgs() local
Dinterpreter_assembly.cpp8014 bool haveNewTarget = method->HaveNewTargetWithCallField(); in GetNumArgs() local