Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp83 size_ = GetObjectSizeFromHClass(hclass); in NewJSObject()
515 GateRef size = GetObjectSizeFromHClass(hclass); in CreateEmptyArray()
547 GateRef size = GetObjectSizeFromHClass(hclass); in CreateArrayWithBuffer()
Dstub_builder-inl.h1677 inline GateRef StubBuilder::GetObjectSizeFromHClass(GateRef hClass) in GetObjectSizeFromHClass() function
1679 return env_->GetBuilder()->GetObjectSizeFromHClass(hClass); in GetObjectSizeFromHClass()
Dstub_builder.h411 GateRef GetObjectSizeFromHClass(GateRef hClass);
Dcircuit_builder-inl.h884 GateRef CircuitBuilder::GetObjectSizeFromHClass(GateRef hClass) in GetObjectSizeFromHClass() function
Dcircuit_builder.h595 inline GateRef GetObjectSizeFromHClass(GateRef hClass);