Searched refs:centry (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/compiler/ |
D | raw-machine-assembler.cc | 182 Node* centry = HeapConstant(CEntryStub(isolate(), return_count).GetCode()); in CallRuntime0() local 187 return AddNode(common()->Call(descriptor), centry, ref, arity, context); in CallRuntime0() 196 Node* centry = HeapConstant(CEntryStub(isolate(), return_count).GetCode()); in CallRuntime1() local 201 return AddNode(common()->Call(descriptor), centry, arg1, ref, arity, context); in CallRuntime1() 211 Node* centry = HeapConstant(CEntryStub(isolate(), return_count).GetCode()); in CallRuntime2() local 216 return AddNode(common()->Call(descriptor), centry, arg1, arg2, ref, arity, in CallRuntime2() 227 Node* centry = HeapConstant(CEntryStub(isolate(), return_count).GetCode()); in CallRuntime3() local 232 return AddNode(common()->Call(descriptor), centry, arg1, arg2, arg3, ref, in CallRuntime3() 243 Node* centry = HeapConstant(CEntryStub(isolate(), return_count).GetCode()); in CallRuntime4() local 248 return AddNode(common()->Call(descriptor), centry, arg1, arg2, arg3, arg4, in CallRuntime4() [all …]
|
/external/libdrm/radeon/ |
D | bof.h | 43 unsigned centry; member
|
D | bof.c | 329 root->array[root->centry++] = bof; in bof_read()
|