Home
last modified time | relevance | path

Searched defs:haveFunc (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dargument_accessor.cpp44 auto haveFunc = method_->HaveFuncWithCallField(); in GetArgGate() local
65 size_t ArgumentAccessor::GetFunctionArgIndex(const size_t currentVreg, const bool haveFunc, in GetFunctionArgIndex() argument
H A Dinterpreter_stub-inl.h272 GateRef haveFunc = ZExtInt1ToInt32(Int64NotEqual(Int64And(Int64LSR(callField, in GetNewTarget() local
511 GateRef haveFunc = Int64NotEqual(Int64And(Int64LSR(callField, Int64(MethodLiteral::HaveFuncBit::START_BIT)), in GetStartIdxAndNumArgs() local
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stub_builder.h216 GateRef haveFunc = ZExtInt1ToInt32(Int64NotEqual(Int64And(Int64LSR(callField, in GetNewTarget() local
237 GateRef haveFunc = Int64NotEqual(Int64And(Int64LSR(callField, Int64(MethodLiteral::HaveFuncBit::START_BIT)), in GetStartIdxAndNumArgs() local
H A Dbaseline_stubs-inl.h244 GateRef haveFunc = in GetNewTarget() local
265 GateRef haveFunc = Int64NotEqual(Int64And(Int64LSR(callField, Int64(MethodLiteral::HaveFuncBit::START_BIT)), in GetStartIdxAndNumArgs() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter-inl.cpp7851 bool haveFunc = method->HaveFuncWithCallField(); in GetNewTarget() local
7863 bool haveFunc = method->HaveFuncWithCallField(); in GetNumArgs() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H A Dlitecg_ir_builder.cpp2402 Expr haveFunc = lmirBuilder_->Cvt( in VisitInitVreg() local

Completed in 31 milliseconds