Home
last modified time | relevance | path

Searched refs:HaveThisWithCallField (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dmethod_literal.h79 bool HaveThisWithCallField() const in HaveThisWithCallField() function
81 return HaveThisWithCallField(callField_); in HaveThisWithCallField()
112 HaveNewTargetWithCallField() + HaveThisWithCallField(); in GetNumArgs()
139 static bool HaveThisWithCallField(uint64_t callField) in HaveThisWithCallField() function
/arkcompiler/ets_runtime/ecmascript/
H A Dmethod.h57 static bool HaveThisWithCallField(uint64_t callField) in HaveThisWithCallField() function in panda::ecmascript::Method
145 bool HaveThisWithCallField() const in HaveThisWithCallField() function in panda::ecmascript::Method
148 return HaveThisWithCallField(callField); in HaveThisWithCallField()
220 HaveNewTargetWithCallField() + HaveThisWithCallField(); in GetNumRevervedArgs()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dargument_accessor.cpp46 auto haveThis = method_->HaveThisWithCallField(); in GetArgGate()
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
H A Ddeoptimizer.cpp383 if (method->HaveThisWithCallField()) { in CollectVirtualRegisters()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter-inl.cpp716 if (method->HaveThisWithCallField()) { in Execute()
1449 if (methodHandle->HaveThisWithCallField()) { in RunInternal()
7865 bool haveThis = method->HaveThisWithCallField(); in GetNumArgs()
H A Dinterpreter_assembly.cpp7945 bool haveThis = method->HaveThisWithCallField();

Completed in 25 milliseconds