Searched refs:centry (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/compiler/ |
D | raw-machine-assembler.cc | 209 Node* centry = HeapConstant(CEntryStub(isolate(), return_count).GetCode()); in CallRuntime0() local 214 return AddNode(common()->Call(descriptor), centry, ref, arity, context); in CallRuntime0() 223 Node* centry = HeapConstant(CEntryStub(isolate(), return_count).GetCode()); in CallRuntime1() local 228 return AddNode(common()->Call(descriptor), centry, arg1, ref, arity, context); in CallRuntime1() 238 Node* centry = HeapConstant(CEntryStub(isolate(), return_count).GetCode()); in CallRuntime2() local 243 return AddNode(common()->Call(descriptor), centry, arg1, arg2, ref, arity, in CallRuntime2() 254 Node* centry = HeapConstant(CEntryStub(isolate(), return_count).GetCode()); in CallRuntime3() local 259 return AddNode(common()->Call(descriptor), centry, arg1, arg2, arg3, ref, in CallRuntime3() 270 Node* centry = HeapConstant(CEntryStub(isolate(), return_count).GetCode()); in CallRuntime4() local 275 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()
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | si-annotate-cf.ll | 72 centry:
|