Searched defs:typecheck (Results 1 – 8 of 8) sorted by relevance
31 #define typecheck(type,x) \ macro
23 #define typecheck(type,x) \ macro
30 #define typecheck(type,x) \ macro
26 #define typecheck(type,x) \ macro
25 #define typecheck(type,x) \ macro
162 #define typecheck(type,x) \ macro
2481 HValue* typecheck() const { return OperandAt(1); } in typecheck() function2539 HCheckMaps(HValue* value, const UniqueSet<Map>* maps, HValue* typecheck) in HCheckMaps()
4483 HHasInstanceTypeAndBranch* typecheck = in VisitReturnStatement() local