Searched defs:hClass (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | hcr_circuit_builder.h | 73 GateRef hClass = LoadHClass(obj); in IsCallable() local 79 GateRef CircuitBuilder::IsProtoTypeHClass(GateRef hClass) in IsProtoTypeHClass() 139 GateRef CircuitBuilder::IsStableArguments(GateRef hClass) in IsStableArguments() 147 GateRef CircuitBuilder::IsStableArray(GateRef hClass) in IsStableArray() 187 GateRef CircuitBuilder::GetObjectSizeFromHClass(GateRef hClass) in GetObjectSizeFromHClass() 197 GateRef CircuitBuilder::IsDictionaryModeByHClass(GateRef hClass) in IsDictionaryModeByHClass() 207 void CircuitBuilder::StoreHClass(GateRef glue, GateRef object, GateRef hClass) in StoreHClass() 217 GateRef CircuitBuilder::GetObjectType(GateRef hClass) in GetObjectType() 241 GateRef CircuitBuilder::GetElementsKindByHClass(GateRef hClass) in GetElementsKindByHClass() 250 GateRef CircuitBuilder::HasConstructorByHClass(GateRef hClass) in HasConstructorByHClass() [all …]
|
| D | stub_builder-inl.h | 1063 inline void StubBuilder::StoreHClass(GateRef glue, GateRef object, GateRef hClass) in StoreHClass() 1073 inline GateRef StubBuilder::GetObjectType(GateRef hClass) in GetObjectType() 1085 inline GateRef StubBuilder::IsDictionaryModeByHClass(GateRef hClass) in IsDictionaryModeByHClass() 1090 inline GateRef StubBuilder::IsDictionaryElement(GateRef hClass) in IsDictionaryElement() 1153 GateRef hClass = LoadHClass(object); in IsConstructor() local 1478 inline GateRef StubBuilder::HclassIsPrototypeHandler(GateRef hClass) in HclassIsPrototypeHandler() 1484 inline GateRef StubBuilder::HclassIsTransitionHandler(GateRef hClass) in HclassIsTransitionHandler() 1490 inline GateRef StubBuilder::HclassIsPropertyBox(GateRef hClass) in HclassIsPropertyBox() 1773 inline GateRef StubBuilder::GetPrototypeFromHClass(GateRef hClass) in GetPrototypeFromHClass() 1778 inline GateRef StubBuilder::GetEnumCacheFromHClass(GateRef hClass) in GetEnumCacheFromHClass() [all …]
|
| D | circuit_builder.cpp | 569 GateRef CircuitBuilder::GetPrototypeFromHClass(GateRef hClass) in GetPrototypeFromHClass() 575 GateRef CircuitBuilder::GetEnumCacheFromHClass(GateRef hClass) in GetEnumCacheFromHClass() 581 GateRef CircuitBuilder::GetProtoChangeMarkerFromHClass(GateRef hClass) in GetProtoChangeMarkerFromHClass() 690 GateRef CircuitBuilder::HasDeleteProperty(GateRef hClass) in HasDeleteProperty() 699 GateRef CircuitBuilder::IsOnHeap(GateRef hClass) in IsOnHeap()
|
| D | hcr_circuit_builder.cpp | 440 void CircuitBuilder::SetPropertyInlinedProps(GateRef glue, GateRef obj, GateRef hClass, in SetPropertyInlinedProps()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | global_env_constants.cpp | 80 void GlobalEnvConstants::Init(JSThread *thread, JSHClass *hClass) in Init() 87 void GlobalEnvConstants::InitRootsClass(JSThread *thread, JSHClass *hClass) in InitRootsClass()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_function_stub_builder.cpp | 86 GateRef hClass = LoadHClass(arrayObj); in Apply() local 133 GateRef hClass = LoadHClass(arrayObj); in BuildArgumentsListFastElements() local
|
| D | builtins_object_stub_builder.cpp | 221 GateRef BuiltinsObjectStubBuilder::TransProtoWithoutLayout(GateRef hClass, GateRef proto) in TransProtoWithoutLayout() 259 GateRef hClass = GetGlobalConstantValue(VariableType::JS_POINTER(), glue_, in OrdinaryNewJSObjectCreate() local
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | heap_manager.cpp | 352 static bool MatchesClass(const ObjectHeader *obj, const Class *hClass, bool assignable) in MatchesClass()
|