Home
last modified time | relevance | path

Searched defs:haveFunc (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dargument_accessor.cpp44 auto haveFunc = method_->HaveFuncWithCallField(); in GetArgGate() local
65 size_t ArgumentAccessor::GetFunctionArgIndex(const size_t currentVreg, const bool haveFunc, in GetFunctionArgIndex()
Dinterpreter_stub-inl.h277 GateRef haveFunc = ZExtInt1ToInt32(Int64NotEqual(Int64And(Int64LSR(callField, in GetNewTarget() local
516 …GateRef haveFunc = Int64NotEqual(Int64And(Int64LSR(callField, Int64(MethodLiteral::HaveFuncBit::ST… in GetStartIdxAndNumArgs() local
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_stub_builder.h217 GateRef haveFunc = ZExtInt1ToInt32(Int64NotEqual(Int64And(Int64LSR(callField, in GetNewTarget() local
238 …GateRef haveFunc = Int64NotEqual(Int64And(Int64LSR(callField, Int64(MethodLiteral::HaveFuncBit::ST… in GetStartIdxAndNumArgs() local
Dbaseline_stubs-inl.h244 GateRef haveFunc = in GetNewTarget() local
265 …GateRef haveFunc = Int64NotEqual(Int64And(Int64LSR(callField, Int64(MethodLiteral::HaveFuncBit::ST… in GetStartIdxAndNumArgs() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.cpp7920 bool haveFunc = method->HaveFuncWithCallField(); in GetNewTarget() local
7932 bool haveFunc = method->HaveFuncWithCallField(); in GetNumArgs() local
Dinterpreter_assembly.cpp7966 bool haveFunc = method->HaveFuncWithCallField(); in GetNewTarget() local
8013 bool haveFunc = method->HaveFuncWithCallField(); in GetNumArgs() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp2503 Expr haveFunc = lmirBuilder_->Cvt( in VisitInitVreg() local