• Home
  • Raw
  • Download

Lines Matching defs:hClass

87     GateRef hClass = LoadHClass(glue, obj);  in IsCallable()  local
107 GateRef CircuitBuilder::IsPrototypeHClass(GateRef hClass) in IsPrototypeHClass()
161 GateRef CircuitBuilder::IsStableArguments(GateRef hClass) in IsStableArguments()
169 GateRef CircuitBuilder::IsStableArray(GateRef hClass) in IsStableArray()
260 GateRef CircuitBuilder::GetObjectSizeFromHClass(GateRef hClass) in GetObjectSizeFromHClass()
270 GateRef CircuitBuilder::IsDictionaryModeByHClass(GateRef hClass) in IsDictionaryModeByHClass()
280 void CircuitBuilder::StoreHClass(GateRef glue, GateRef object, GateRef hClass, MemoryAttribute mAtt… in StoreHClass()
285 void CircuitBuilder::TransitionHClass(GateRef glue, GateRef object, GateRef hClass, MemoryAttribute… in TransitionHClass()
293 void CircuitBuilder::TransitionHClassByConstOffset(GateRef glue, GateRef object, GateRef hClass, Me… in TransitionHClassByConstOffset()
306 GateRef CircuitBuilder::GetObjectType(GateRef hClass) in GetObjectType()
324 GateRef CircuitBuilder::GetElementsKindByHClass(GateRef hClass) in GetElementsKindByHClass()
333 GateRef CircuitBuilder::HasConstructorByHClass(GateRef hClass) in HasConstructorByHClass()
343 GateRef CircuitBuilder::IsDictionaryElement(GateRef hClass) in IsDictionaryElement()
353 GateRef CircuitBuilder::IsStableElements(GateRef hClass) in IsStableElements()
363 GateRef CircuitBuilder::IsStableElements(GateRef hClass, CompilationEnv *compilationEnv) in IsStableElements()
378 GateRef CircuitBuilder::IsJSArrayPrototypeModified(GateRef hClass) in IsJSArrayPrototypeModified()
390 GateRef hClass = LoadHClass(glue, object); in HasConstructor() local
396 GateRef hClass = LoadHClass(glue, object); in IsConstructor() local
408 GateRef hClass = LoadHClass(glue, object); in IsClassConstructor() local
425 GateRef hClass = LoadHClass(glue, object); in IsExtensible() local
436 GateRef hClass = LoadHClass(glue, object); in IsClassPrototype() local