Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dhcr_circuit_builder.h378 GateRef CircuitBuilder::IsJSArrayPrototypeModified(GateRef hClass) in IsJSArrayPrototypeModified() function
Dcircuit_builder.h551 inline GateRef IsJSArrayPrototypeModified(GateRef hClass);
Dstub_builder-inl.h1490 inline GateRef StubBuilder::IsJSArrayPrototypeModified(GateRef hClass) in IsJSArrayPrototypeModified() function
1492 return env_->GetBuilder()->IsJSArrayPrototypeModified(hClass); in IsJSArrayPrototypeModified()
Dstub_builder.h450 GateRef IsJSArrayPrototypeModified(GateRef hClass);
Dstub_builder.cpp10624 BRANCH_UNLIKELY(IsJSArrayPrototypeModified(jsHclass), &exit, &isPrototypeNotModified); in IsStableJSArray()