Searched defs:entry (Results 26 - 29 of 29) sorted by relevance

12

/dalvik/vm/
H A DCheckJni.cpp509 void check(bool entry, const char* fmt0, ...) { argument
591 if (!entry) {
599 if (!entry) {
612 if (!entry) {
652 if (entry) {
666 // We always do the thorough checks on entry, and never on exit...
667 if (entry) {
/dalvik/vm/compiler/codegen/arm/
H A DCodegenDriver.cpp4121 * end of the entry block.
4123 static void setupLoopEntryBlock(CompilationUnit *cUnit, BasicBlock *entry, argument
4130 (int) (cUnit->method->insns + entry->startOffset);
4131 pcrLabel->operands[1] = entry->startOffset;
4202 /* Traces start with a profiling entry point. Generate it here */
4575 * Generate the branch to the dvmJitToInterpNoChain entry point at the end
/dalvik/vm/compiler/codegen/mips/
H A DCodegenDriver.cpp4248 * end of the entry block.
4250 static void setupLoopEntryBlock(CompilationUnit *cUnit, BasicBlock *entry, argument
4257 (int) (cUnit->method->insns + entry->startOffset);
4258 pcrLabel->operands[1] = entry->startOffset;
4330 /* Traces start with a profiling entry point. Generate it here */
4691 * Generate the branch to the dvmJitToInterpNoChain entry point at the end
/dalvik/dx/etc/
H A Djasmin.jar ... = " () public void addEntry (jas.CatchEntry) jas.CatchEntry entry public void addEntry (jas.Label, jas.Label, jas ...

Completed in 150 milliseconds

12