Home
last modified time | relevance | path

Searched refs:OnlyHaveThisWithCallField (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dmethod.h85 bool OnlyHaveThisWithCallField(uint64_t callField) const in OnlyHaveThisWithCallField() function
184 bool OnlyHaveThisWithCallField() const in OnlyHaveThisWithCallField() function
187 return MethodLiteral::OnlyHaveThisWithCallField(callField); in OnlyHaveThisWithCallField()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dmethod_literal.h163 static bool OnlyHaveThisWithCallField(uint64_t callField) in OnlyHaveThisWithCallField() function
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h7374 return method->OnlyHaveThisWithCallField(); in IsFastNewFrameEnter()
Dinterpreter_assembly.cpp3426 return method->OnlyHaveThisWithCallField(); in AssemblyIsFastNewFrameEnter()