Searched refs:typecheck (Results 1 - 12 of 12) sorted by relevance

/external/iptables/libiptc/
H A Dlinux_stddef.h31 #define typecheck(type,x) \ macro
H A Dlinux_list.h23 #define typecheck(type,x) \ macro
/external/kernel-headers/original/linux/
H A Djiffies.h107 (typecheck(unsigned long, a) && \
108 typecheck(unsigned long, b) && \
113 (typecheck(unsigned long, a) && \
114 typecheck(unsigned long, b) && \
H A Dkernel.h303 #define typecheck(type,x) \ macro
/external/chromium_org/third_party/re2/lib/codereview/
H A Dcodereview.py119 def typecheck(s, t): function
125 typecheck(s, str)
205 typecheck(name, str)
232 typecheck(s, str)
259 typecheck(s, str)
277 typecheck(s, str)
306 typecheck(s, str)
397 typecheck(pmsg, str)
403 typecheck(name, str)
407 typecheck(tex
[all...]
/external/regex-re2/lib/codereview/
H A Dcodereview.py119 def typecheck(s, t): function
125 typecheck(s, str)
205 typecheck(name, str)
232 typecheck(s, str)
259 typecheck(s, str)
277 typecheck(s, str)
306 typecheck(s, str)
397 typecheck(pmsg, str)
403 typecheck(name, str)
407 typecheck(tex
[all...]
/external/v8/src/
H A Dhydrogen.cc2867 HHasInstanceTypeAndBranch* typecheck = local
2873 typecheck->SetSuccessorAt(0, if_spec_object);
2874 typecheck->SetSuccessorAt(1, not_spec_object);
2875 current_block()->Finish(typecheck);
4832 HHasInstanceTypeAndBranch* typecheck = local
4834 typecheck->SetSuccessorAt(0, if_jsarray);
4835 typecheck->SetSuccessorAt(1, if_fastobject);
4836 current_block()->Finish(typecheck);
4840 length = AddInstruction(new(zone()) HJSArrayLength(object, typecheck));
7299 HHasInstanceTypeAndBranch* typecheck local
7483 HHasInstanceTypeAndBranch* typecheck = local
[all...]
H A Dhydrogen-instructions.h1789 HJSArrayLength(HValue* value, HValue* typecheck) { argument
1794 SetOperandAt(1, typecheck);
1808 HValue* typecheck() { return OperandAt(1); } function in class:v8::HJSArrayLength
2010 HValue* typecheck = NULL,
2015 // If callers don't depend on a typecheck, they can pass in NULL. In that
2017 SetOperandAt(1, typecheck != NULL ? typecheck : value);
H A Dhydrogen-instructions.cc915 typecheck()->PrintNameTo(stream);
/external/chromium_org/v8/src/
H A Dhydrogen-instructions.h2786 HValue *typecheck = NULL);
2789 HValue *typecheck = NULL) {
2790 HCheckMaps* check_map = new(zone) HCheckMaps(value, zone, typecheck);
2835 HCheckMaps(HValue* value, Zone *zone, HValue* typecheck) argument
2840 SetOperandAt(1, typecheck != NULL ? typecheck : value);
H A Dhydrogen.cc4078 HHasInstanceTypeAndBranch* typecheck = local
4084 typecheck->SetSuccessorAt(0, if_spec_object);
4085 typecheck->SetSuccessorAt(1, not_spec_object);
4086 FinishCurrentBlock(typecheck);
9957 HHasInstanceTypeAndBranch* typecheck = local
9961 typecheck->SetSuccessorAt(0, if_js_value);
9962 typecheck->SetSuccessorAt(1, not_js_value);
9963 FinishCurrentBlock(typecheck);
10116 HHasInstanceTypeAndBranch* typecheck = local
10121 typecheck
[all...]
H A Dhydrogen-instructions.cc3089 HValue* typecheck) {
3090 HCheckMaps* check_map = new(zone) HCheckMaps(value, zone, typecheck);
3084 New(Zone* zone, HValue* context, HValue* value, Handle<Map> map, CompilationInfo* info, HValue* typecheck) argument

Completed in 702 milliseconds