Home
last modified time | relevance | path

Searched refs:IsAotWithCallField (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Dmethod.cpp69 if (IsAotWithCallField() || IsDeoptimized()) { in GetMethodLiteral()
153 if (!IsAotWithCallField()) { in InitInterpreterStatusForCompiledMethod()
H A Dmethod.h175 bool IsAotWithCallField() const in IsAotWithCallField() function in panda::ecmascript::Method
178 return MethodLiteral::IsAotWithCallField(callField); in IsAotWithCallField()
H A Djs_function.h85 return method->IsAotWithCallField(); in IsCompiledCodeFromCallTarget()
H A Dshared_object_factory.cpp245 if (method->IsAotWithCallField()) { in NewSFunctionByHClass()
H A Dobject_factory.cpp1969 if (method->IsAotWithCallField()) { in NewJSFunctionByHClass()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dmethod_literal.h164 static bool IsAotWithCallField(uint64_t callField) in IsAotWithCallField() function
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
H A Djs_stackgetter.cpp216 if (methodLiteral != nullptr && MethodLiteral::IsAotWithCallField(methodLiteral->GetCallField())) { in GetRunningState()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_function_stub_builder.cpp709 BRANCH(IsAotWithCallField(method), &hasCompiledStatus, &tryInitFuncCodeEntry); in InitializeFunctionWithMethod()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder.h936 GateRef IsAotWithCallField(GateRef method);
H A Dstub_builder-inl.h3377 inline GateRef StubBuilder::IsAotWithCallField(GateRef method) in IsAotWithCallField() function in panda::ecmascript::kungfu::StubBuilder

Completed in 29 milliseconds