Home
last modified time | relevance | path

Searched refs:centry (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Draw-machine-assembler.cc182 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/
Dbof.h43 unsigned centry; member
Dbof.c329 root->array[root->centry++] = bof; in bof_read()