Home
last modified time | relevance | path

Searched defs:call (Results 1 – 12 of 12) sorted by relevance

/art/test/535-deopt-and-inlining/src/
DMain.java54 static int call = 0; field in Main
/art/test/522-checker-regression-monitor-exit/src/
DMain.java39 public Integer call() { in call() method in Main.HashCodeQuery
/art/runtime/gc/space/
Dmalloc_space.h37 #define CHECK_MEMORY_CALL(call, args, what) \ argument
/art/runtime/base/
Dmutex-inl.h38 #define CHECK_MUTEX_CALL(call, args) CHECK_PTHREAD_CALL(call, args, name_) argument
Dlogging.h154 #define CHECK_PTHREAD_CALL(call, args, what) \ argument
/art/compiler/utils/x86/
Dassembler_x86.cc35 void X86Assembler::call(Register reg) { in call() function in art::x86::X86Assembler
42 void X86Assembler::call(const Address& address) { in call() function in art::x86::X86Assembler
49 void X86Assembler::call(Label* label) { in call() function in art::x86::X86Assembler
58 void X86Assembler::call(const ExternalLabel& label) { in call() function in art::x86::X86Assembler
/art/compiler/optimizing/
Dcode_generator.cc313 HInvokeStaticOrDirect* call = invoke->AsInvokeStaticOrDirect(); in CreateCommonInvokeLocationSummary() local
Dinliner.cc84 HInvoke* call = instruction->AsInvoke(); in Run() local
Dcode_generator_x86.cc2044 __ call(Address(temp, in VisitInvokeInterface() local
3999 __ call(Address(temp, code_offset.Int32Value())); in VisitNewInstance() local
4382 __ call(GetFrameEntryLabel()); in GenerateStaticOrDirectCall() local
4387 __ call(label); // Bind to the patch label, override at link time. in GenerateStaticOrDirectCall() local
4398 __ call(Address(callee_method.AsRegister<Register>(), in GenerateStaticOrDirectCall() local
4433 __ call(Address( in GenerateVirtualCall() local
7141 __ call(&next_instruction); in VisitX86ComputeBaseMethodAddress() local
Dcode_generator_x86_64.cc821 __ call(&frame_entry_label_); in GenerateStaticOrDirectCall() local
826 __ call(label); // Bind to the patch label, override at link time. in GenerateStaticOrDirectCall() local
837 __ call(Address(callee_method.AsRegister<CpuRegister>(), in GenerateStaticOrDirectCall() local
873 __ call(Address(temp, ArtMethod::EntryPointFromQuickCompiledCodeOffset( in GenerateVirtualCall() local
2253 __ call(Address(temp, in VisitInvokeInterface() local
3905 __ call(Address(temp, code_offset.SizeValue())); in VisitNewInstance() local
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc39 void X86_64Assembler::call(CpuRegister reg) { in call() function in art::x86_64::X86_64Assembler
47 void X86_64Assembler::call(const Address& address) { in call() function in art::x86_64::X86_64Assembler
55 void X86_64Assembler::call(Label* label) { in call() function in art::x86_64::X86_64Assembler
/art/dex2oat/
Ddex2oat.cc377 #define CHECK_WATCH_DOG_PTHREAD_CALL(call, args, what) \ argument