Home
last modified time | relevance | path

Searched refs:startOfTrace (Results 1 – 3 of 3) sorted by relevance

/dalvik/vm/compiler/codegen/x86/
DLower.cpp431 void startOfTrace(const Method* method, LowOpBlockLabel* labelList, int exceptionBlockId, in startOfTrace() function
DLower.h1209 void startOfTrace(const Method* method, LowOpBlockLabel* labelList, int, CompilationUnit*);
DCodegenInterface.cpp1108 startOfTrace(cUnit->method, labelList, cUnit->exceptionBlockId, cUnit); in dvmCompilerMIR2LIR()