/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
BitcodeReader.cpp | [all...] |
/frameworks/rs/cpu_ref/linkloader/include/impl/ |
ELFObject.hxx | 209 // NOTE: Callee function is in the object file, but it may be 220 // NOTE: Callee function is an external function. Call find_sym
|
/hardware/ril/libril/ |
ril.cpp | 408 /** Callee expects NULL */ 416 /** Callee expects const char * */ 445 /** Callee expects const char ** */ 502 /** Callee expects const int * */ 550 * Callee expects const RIL_SMS_WriteArgs * 599 * Callee expects const RIL_Dial * 696 * Callee expects const RIL_SIM_IO * 780 * Callee expects const RIL_CallForwardInfo * [all...] |
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
p2ptransportchannel_unittest.cc | [all...] |
/external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
toy.cpp | 178 std::string Callee; 181 CallExprAST(const std::string &callee, std::vector<ExprAST*> &args) 182 : Callee(callee), Args(args) {} 1085 Function *CalleeF = TheHelper->getFunction(Callee); [all...] |
/external/chromium_org/v8/src/x64/ |
code-stubs-x64.cc | [all...] |
/dalvik/vm/compiler/codegen/x86/ |
AnalysisO1.cpp | 306 whether it is used, when it was last freed, whether it is callee-saved */ [all...] |
/external/clang/lib/AST/ |
ExprConstant.cpp | 296 /// Callee - The function which was called. 297 const FunctionDecl *Callee; 317 const FunctionDecl *Callee, const LValue *This, 692 const FunctionDecl *Callee, const LValue *This, 694 : Info(Info), Caller(Info.CurrentCall), CallLoc(CallLoc), Callee(Callee), [all...] |
ExprCXX.cpp | 476 const Expr *Callee = getCallee()->IgnoreParens(); 477 if (const MemberExpr *MemExpr = dyn_cast<MemberExpr>(Callee)) 479 if (const BinaryOperator *BO = dyn_cast<BinaryOperator>(Callee)) [all...] |
/external/llvm/include/llvm/Target/ |
TargetLowering.h | [all...] |
/art/compiler/dex/quick/ |
ralloc_util.cc | 150 /* Reserve a callee-save register. Return -1 if none available */ 174 * Reserve a callee-save fp single register. Try to fullfill request for 251 * Reserve a callee-save fp register. If this register can be used [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
wbnf.cpp | 132 // Return a null-terminated c-string. The buffer is owned by callee. 424 // Return a null-terminate c-string. The buffer is owned by callee. [all...] |
/external/chromium_org/v8/src/ia32/ |
builtins-ia32.cc | 590 __ push(esi); // Callee's context. 591 __ push(edi); // Callee's JS Function. 788 // CALL_NON_FUNCTION builtin expects the non-function callee as [all...] |
regexp-macro-assembler-ia32.cc | 656 // Save callee-save registers. Order here should correspond to order of 660 __ push(ebx); // Callee-save on MacOS. 846 // Restore callee-save registers. [all...] |
/external/icu4c/test/intltest/ |
wbnf.cpp | 132 // Return a null-terminated c-string. The buffer is owned by callee. 424 // Return a null-terminate c-string. The buffer is owned by callee. [all...] |
/external/libffi/src/powerpc/ |
ffi.c | 82 | Space for callee's LR 4 | | 400 | Space for callee's LR 8 | | 609 /* Space for the frame pointer, callee's LR, and the asm's temp regs. */ [all...] |
/external/libvpx/libvpx/third_party/x86inc/ |
x86inc.asm | 201 ; %2 = number of registers used. pushes callee-saved regs if needed. 202 ; %3 = number of xmm registers used. pushes callee-saved xmm regs if needed. 872 ; Append cpuflags to the callee's name iff the appended name is known and the plain name isn't
|
/external/llvm/lib/Target/ARM/ |
ARMISelLowering.cpp | [all...] |
README.txt | 168 the copys to callee-save registers and the fact they are only being used by the 170 before the call and place the result in a callee-save DPR register. The two 257 the callee.
|
/external/llvm/lib/Target/PowerPC/ |
README.txt | 608 generalization of the LR optimization to "callee-save regs". 610 Currently, we have LR marked as a callee-save reg. The register allocator sees 611 that it's callee save, and spills it directly to the stack.
|
/external/v8/src/ia32/ |
regexp-macro-assembler-ia32.cc | 682 // Save callee-save registers. Order here should correspond to order of 686 __ push(ebx); // Callee-save on MacOS. 806 // Restore callee-save registers. [all...] |
/external/v8/src/x64/ |
code-stubs-x64.cc | [all...] |
/art/compiler/dex/quick/mips/ |
target_mips.cc | 303 * Mark a callee-save fp register as promoted. Note that
|
/art/compiler/dex/quick/x86/ |
target_x86.cc | 304 * Mark a callee-save fp register as promoted. Note that
|
/art/compiler/utils/arm/ |
assembler_arm.cc | [all...] |