Home
last modified time | relevance | path

Searched refs:Callee (Results 1 – 9 of 9) sorted by relevance

/frameworks/libs/binary_translation/guest_abi/riscv64/
Dtrampoline_func_generator_test.cc28 struct Callee { in TEST() struct
36 func(reinterpret_cast<void*>(Callee::foo), &state); in TEST()
42 struct Callee { in TEST() struct
58 EXPECT_NO_FATAL_FAILURE(func(reinterpret_cast<void*>(Callee::foo), &state)); in TEST()
62 struct Callee { in TEST() struct
78 EXPECT_NO_FATAL_FAILURE(func(reinterpret_cast<void*>(Callee::foo), &state)); in TEST()
/frameworks/libs/binary_translation/guest_abi/arm/
Dtrampoline_func_generator_test_arm.cc29 struct Callee { in TEST() struct
37 func(reinterpret_cast<void*>(Callee::foo), &state); in TEST()
43 struct Callee { in TEST() struct
59 EXPECT_NO_FATAL_FAILURE(func(reinterpret_cast<void*>(Callee::foo), &state)); in TEST()
/frameworks/libs/binary_translation/assembler/
Dassembler_test.cc41 int Callee() { in Callee() function
135 as.Call(bit_cast<const void*>(&Callee)); in LabelTest()
438 as.Call(bit_cast<const void*>(&Callee)); in LabelTest()
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp3008 Value *Callee; in ParseFunctionBody() local
3009 if (getValueTypePair(Record, OpNum, NextValueNo, Callee)) in ParseFunctionBody()
3012 PointerType *CalleeTy = dyn_cast<PointerType>(Callee->getType()); in ParseFunctionBody()
3041 I = InvokeInst::Create(Callee, NormalBB, UnwindBB, Ops); in ParseFunctionBody()
3189 Value *Callee; in ParseFunctionBody() local
3190 if (getValueTypePair(Record, OpNum, NextValueNo, Callee)) in ParseFunctionBody()
3193 PointerType *OpTy = dyn_cast<PointerType>(Callee->getType()); in ParseFunctionBody()
3223 I = CallInst::Create(Callee, Args); in ParseFunctionBody()
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp3256 Value *Callee; in ParseFunctionBody() local
3257 if (getValueTypePair(Record, OpNum, NextValueNo, Callee)) in ParseFunctionBody()
3260 PointerType *CalleeTy = dyn_cast<PointerType>(Callee->getType()); in ParseFunctionBody()
3289 I = InvokeInst::Create(Callee, NormalBB, UnwindBB, Ops); in ParseFunctionBody()
3534 Value *Callee; in ParseFunctionBody() local
3535 if (getValueTypePair(Record, OpNum, NextValueNo, Callee)) in ParseFunctionBody()
3538 PointerType *OpTy = dyn_cast<PointerType>(Callee->getType()); in ParseFunctionBody()
3568 I = CallInst::Create(Callee, Args); in ParseFunctionBody()
/frameworks/compile/slang/BitWriter_2_9/
DBitcodeWriter.cpp1198 const Value *Callee(II->getCalledValue()); in WriteInstruction() local
1199 PointerType *PTy = cast<PointerType>(Callee->getType()); in WriteInstruction()
1207 PushValueAndType(Callee, InstID, Vals, VE); in WriteInstruction()
/frameworks/compile/slang/BitWriter_2_9_func/
DBitcodeWriter.cpp1196 const Value *Callee(II->getCalledValue()); in WriteInstruction() local
1197 PointerType *PTy = cast<PointerType>(Callee->getType()); in WriteInstruction()
1205 PushValueAndType(Callee, InstID, Vals, VE); in WriteInstruction()
/frameworks/compile/slang/BitWriter_3_2/
DBitcodeWriter.cpp1229 const Value *Callee(II->getCalledValue()); in WriteInstruction() local
1230 PointerType *PTy = cast<PointerType>(Callee->getType()); in WriteInstruction()
1238 PushValueAndType(Callee, InstID, Vals, VE); in WriteInstruction()
/frameworks/compile/slang/
Dslang_rs_object_ref_count.cpp1550 const clang::Expr* Callee = CE->getCallee(); in VisitCallExpr() local
1551 const clang::Type* CalleeType = Callee->getType().getTypePtr(); in VisitCallExpr()