Searched defs:typecheck (Results 1 – 7 of 7) sorted by relevance
31 #define typecheck(type,x) \ macro
23 #define typecheck(type,x) \ macro
29 #define typecheck(type,x) \ macro
119 def typecheck(s, t): function
105 #define typecheck(type,x) \ macro
2767 HValue* typecheck() const { return OperandAt(1); } in typecheck() function2819 HCheckMaps(HValue* value, const UniqueSet<Map>* maps, HValue* typecheck) in HCheckMaps()
4773 HHasInstanceTypeAndBranch* typecheck = in VisitReturnStatement() local