OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EmitType5
(Results
1 - 2
of
2
) sorted by null
/art/compiler/utils/arm/
assembler_arm.cc
157
void ArmAssembler::
EmitType5
(Condition cond, int offset, bool link) {
252
EmitType5
(cond, label->Position() - buffer_.Size(), link);
256
EmitType5
(cond, label->position_, link);
[
all
...]
assembler_arm.h
572
void
EmitType5
(Condition cond, int offset, bool link);
Completed in 57 milliseconds