Home
last modified time | relevance | path

Searched defs:haveThis (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dargument_accessor.cpp46 auto haveThis = method_->HaveThisWithCallField(); in GetArgGate() local
Dinterpreter_stub-inl.h445 …GateRef haveThis = Int64NotEqual(Int64And(Int64LSR(callField, Int64(MethodLiteral::HaveThisBit::ST… in GetStartIdxAndNumArgs() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Dasm_interpreter_call.cpp613 bool haveThis = kungfu::AssemblerModule::JSModeHaveThisArg(mode); in PushCallThis() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Dasm_interpreter_call.cpp987 bool haveThis = kungfu::AssemblerModule::JSModeHaveThisArg(mode); in PushCallThis() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h7304 bool haveThis = method->HaveThisWithCallField(); in GetNumArgs() local
Dinterpreter_assembly.cpp7561 bool haveThis = method->HaveThisWithCallField(); in GetNumArgs() local