Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-wasm-gen.cc86 TNode<Code> centry = LoadCEntryFromFrame(); in TF_BUILTIN() local
87 TailCallRuntimeWithCEntry(Runtime::kWasmStackGuard, centry, in TF_BUILTIN()
102 TNode<Code> centry = LoadCEntryFromInstance(instance); in TF_BUILTIN() local
104 CallRuntimeWithCEntry(Runtime::kWasmGrowMemory, centry, in TF_BUILTIN()
115 TNode<Code> centry = LoadCEntryFromFrame(); \
117 TailCallRuntimeWithCEntry(Runtime::kThrowWasmError, centry, \
/external/libdrm/radeon/
Dbof.h43 unsigned centry; member
Dbof.c329 root->array[root->centry++] = bof; in bof_read()
/external/v8/src/compiler/
Dcode-assembler.cc1089 TNode<Code> centry = in CallRuntimeImpl() local
1091 return CallRuntimeWithCEntryImpl(function, centry, context, args); in CallRuntimeImpl()
1095 Runtime::FunctionId function, TNode<Code> centry, TNode<Object> context, in CallRuntimeWithCEntryImpl() argument
1108 inputs.Add(centry); in CallRuntimeWithCEntryImpl()
1125 TNode<Code> centry = in TailCallRuntimeImpl() local
1127 return TailCallRuntimeWithCEntryImpl(function, arity, centry, context, args); in TailCallRuntimeImpl()
1131 Runtime::FunctionId function, TNode<Int32T> arity, TNode<Code> centry, in TailCallRuntimeWithCEntryImpl() argument
1143 inputs.Add(centry); in TailCallRuntimeWithCEntryImpl()
Dcode-assembler.h1008 TNode<Code> centry,
1011 return CallRuntimeWithCEntryImpl(function, centry, context, {args...});
1032 TNode<Code> centry, TNode<Object> context,
1037 function, arity, centry, context,
1222 Runtime::FunctionId function, TNode<Code> centry, TNode<Object> context,
1230 TNode<Int32T> arity, TNode<Code> centry,
/external/llvm/test/CodeGen/AMDGPU/
Dsi-annotate-cf.ll72 centry:
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dsi-annotate-cf.ll72 centry:
/external/v8/src/ia32/
Dmacro-assembler-ia32.cc909 Register centry) { in CallRuntimeWithCEntry() argument
917 DCHECK(!AreAliased(centry, kRuntimeCallArgCountRegister, in CallRuntimeWithCEntry()
919 add(centry, Immediate(Code::kHeaderSize - kHeapObjectTag)); in CallRuntimeWithCEntry()
920 Call(centry); in CallRuntimeWithCEntry()
Dmacro-assembler-ia32.h162 void CallRuntimeWithCEntry(Runtime::FunctionId fid, Register centry);
/external/v8/src/arm/
Dmacro-assembler-arm.cc1760 Register centry) { in CallRuntimeWithCEntry() argument
1768 DCHECK(!AreAliased(centry, r0, r1)); in CallRuntimeWithCEntry()
1769 add(centry, centry, Operand(Code::kHeaderSize - kHeapObjectTag)); in CallRuntimeWithCEntry()
1770 Call(centry); in CallRuntimeWithCEntry()
Dmacro-assembler-arm.h311 void CallRuntimeWithCEntry(Runtime::FunctionId fid, Register centry);
/external/v8/src/arm64/
Dmacro-assembler-arm64.cc1689 Register centry) { in CallRuntimeWithCEntry() argument
1697 DCHECK(!AreAliased(centry, x0, x1)); in CallRuntimeWithCEntry()
1698 Add(centry, centry, Operand(Code::kHeaderSize - kHeapObjectTag)); in CallRuntimeWithCEntry()
1699 Call(centry); in CallRuntimeWithCEntry()
Dmacro-assembler-arm64.h548 void CallRuntimeWithCEntry(Runtime::FunctionId fid, Register centry);
/external/v8/src/ppc/
Dmacro-assembler-ppc.cc1647 Register centry) { in CallRuntimeWithCEntry() argument
1655 DCHECK(!AreAliased(centry, r3, r4)); in CallRuntimeWithCEntry()
1656 addi(centry, centry, Operand(Code::kHeaderSize - kHeapObjectTag)); in CallRuntimeWithCEntry()
1657 Call(centry); in CallRuntimeWithCEntry()
Dmacro-assembler-ppc.h385 void CallRuntimeWithCEntry(Runtime::FunctionId fid, Register centry);
/external/v8/src/wasm/baseline/
Dliftoff-compiler.cc1445 LiftoffRegister centry(kJavaScriptCallCodeStartRegister); in GenerateRuntimeCall() local
1446 LOAD_INSTANCE_FIELD(centry, CEntryStub, kPointerLoadType); in GenerateRuntimeCall()
1447 __ CallRuntimeWithCEntry(runtime_function, centry.gp()); in GenerateRuntimeCall()
/external/v8/src/x64/
Dmacro-assembler-x64.cc475 Register centry) { in CallRuntimeWithCEntry() argument
483 DCHECK(!AreAliased(centry, rax, rbx)); in CallRuntimeWithCEntry()
485 Call(centry); in CallRuntimeWithCEntry()
Dmacro-assembler-x64.h457 void CallRuntimeWithCEntry(Runtime::FunctionId fid, Register centry);
/external/v8/src/s390/
Dmacro-assembler-s390.cc1596 Register centry) { in CallRuntimeWithCEntry() argument
1600 DCHECK(!AreAliased(centry, r2, r3)); in CallRuntimeWithCEntry()
1601 la(centry, MemOperand(centry, Code::kHeaderSize - kHeapObjectTag)); in CallRuntimeWithCEntry()
1602 Call(centry); in CallRuntimeWithCEntry()
Dmacro-assembler-s390.h830 void CallRuntimeWithCEntry(Runtime::FunctionId fid, Register centry);
/external/v8/src/mips64/
Dmacro-assembler-mips64.cc4912 Register centry) { in CallRuntimeWithCEntry() argument
4920 DCHECK(!AreAliased(centry, a0, a1)); in CallRuntimeWithCEntry()
4921 Daddu(centry, centry, Operand(Code::kHeaderSize - kHeapObjectTag)); in CallRuntimeWithCEntry()
4922 Call(centry); in CallRuntimeWithCEntry()
Dmacro-assembler-mips64.h556 void CallRuntimeWithCEntry(Runtime::FunctionId fid, Register centry);
/external/v8/src/mips/
Dmacro-assembler-mips.h536 void CallRuntimeWithCEntry(Runtime::FunctionId fid, Register centry);
Dmacro-assembler-mips.cc4530 Register centry) { in CallRuntimeWithCEntry() argument
4538 DCHECK(!AreAliased(centry, a0, a1)); in CallRuntimeWithCEntry()
4539 Call(centry, Code::kHeaderSize - kHeapObjectTag); in CallRuntimeWithCEntry()