OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:blockId
(Results
1 - 9
of
9
) sorted by null
/dalvik/vm/compiler/
IntermediateRep.cpp
21
BasicBlock *dvmCompilerNewBB(BBType blockType, int
blockId
)
25
bb->id =
blockId
;
26
bb->predecessors = dvmCompilerAllocBitVector(
blockId
> 32 ?
blockId
: 32,
CompilerIR.h
289
BasicBlock *dvmCompilerNewBB(BBType blockType, int
blockId
);
Frontend.cpp
[
all
...]
/dalvik/vm/compiler/codegen/x86/
CodegenInterface.cpp
640
unsigned int offset, int
blockId
, LowOpBlockLabel* labelList)
643
cUnit->method->name,
blockId
, offset, stream - streamMethodStart);
662
unsigned int offset, int
blockId
, LowOpBlockLabel* labelList)
665
cUnit->method->name,
blockId
, offset, stream - streamMethodStart);
681
unsigned int offset, int
blockId
, LowOpBlockLabel* labelList)
684
cUnit->method->name,
blockId
, offset, stream - streamMethodStart);
700
const Method *callee, int
blockId
, LowOpBlockLabel* labelList)
703
cUnit->method->name,
blockId
, callee->name, stream - streamMethodStart);
706
blockId
, stream - streamMethodStart, stream);
719
static void handleInvokePredictedChainingCell(CompilationUnit *cUnit, int
blockId
)
[
all
...]
/dalvik/vm/compiler/codegen/arm/armv7-a-neon/
MethodCodegenDriver.cpp
246
int
blockId
= bb->id;
249
labelList[
blockId
].operands[0] = bb->startOffset;
252
labelList[
blockId
].opcode = kArmPseudoNormalBlockLabel;
253
dvmCompilerAppendLIR(cUnit, (LIR *) &labelList[
blockId
]);
/dalvik/vm/compiler/codegen/arm/
CodegenDriver.cpp
[
all
...]
/dalvik/vm/compiler/codegen/mips/
CodegenDriver.cpp
[
all
...]
/prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 1159 milliseconds