Home
last modified time | relevance | path

Searched refs:IsStableArguments (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h2407 inline GateRef StubBuilder::IsStableArguments(GateRef hClass) in IsStableArguments() function
2409 return env_->GetBuilder()->IsStableArguments(hClass); in IsStableArguments()
Dstub_builder.h374 GateRef IsStableArguments(GateRef hClass);
Dcircuit_builder.h576 inline GateRef IsStableArguments(GateRef hClass);
Dcircuit_builder-inl.h738 GateRef CircuitBuilder::IsStableArguments(GateRef hClass) in IsStableArguments() function
Dstub_builder.cpp6460 Branch(IsStableArguments(jsHclass), &targetIsStableArguments, &exit); in IsStableJSArguments()