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.h317 GateRef CircuitBuilder::IsJSArrayPrototypeModified(GateRef hClass) in IsJSArrayPrototypeModified() function
Dcircuit_builder.h535 inline GateRef IsJSArrayPrototypeModified(GateRef hClass);
Dstub_builder-inl.h1392 inline GateRef StubBuilder::IsJSArrayPrototypeModified(GateRef hClass) in IsJSArrayPrototypeModified() function
1394 return env_->GetBuilder()->IsJSArrayPrototypeModified(hClass); in IsJSArrayPrototypeModified()
Dstub_builder.h398 GateRef IsJSArrayPrototypeModified(GateRef hClass);
Dstub_builder.cpp9912 BRANCH_UNLIKELY(IsJSArrayPrototypeModified(jsHClass), &exit, &isPrototypeNotModified); in IsStableJSArray()