OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CodeIr
(Results
1 - 9
of
9
) sorted by null
/tools/dexter/slicer/export/slicer/
instrumentation.h
35
virtual bool Apply(lir::
CodeIr
* code_ir) = 0;
52
virtual bool Apply(lir::
CodeIr
* code_ir) override;
72
virtual bool Apply(lir::
CodeIr
* code_ir) override;
91
virtual bool Apply(lir::
CodeIr
* code_ir) override;
106
virtual bool Apply(lir::
CodeIr
* code_ir) override;
114
void RegsRenumbering(lir::
CodeIr
* code_ir);
115
void ShiftParams(lir::
CodeIr
* code_ir);
116
void Allocate(lir::
CodeIr
* code_ir, dex::u4 first_reg, int count);
control_flow_graph.h
93
const
CodeIr
* code_ir;
96
ControlFlowGraph(const
CodeIr
* code_ir, bool model_exceptions) : code_ir(code_ir) {
code_ir.h
338
struct
CodeIr
{
346
CodeIr
(ir::EncodedMethod* ir_method, std::shared_ptr<ir::DexFile> dex_ir)
352
CodeIr
(const
CodeIr
&) = delete;
353
CodeIr
& operator=(const
CodeIr
&) = delete;
/tools/dexter/slicer/
code_ir.cc
36
void
CodeIr
::Assemble() {
59
void
CodeIr
::DissasembleTryBlocks(const ir::Code* ir_code) {
109
void
CodeIr
::DissasembleDebugInfo(const ir::DebugInfo* ir_debug_info) {
239
void
CodeIr
::DissasembleBytecode(const ir::Code* ir_code) {
276
void
CodeIr
::FixupSwitches() {
316
void
CodeIr
::Dissasemble() {
358
PackedSwitchPayload*
CodeIr
::DecodePackedSwitch(const dex::u2* /*ptr*/,
370
void
CodeIr
::FixupPackedSwitch(PackedSwitchPayload* instr, dex::u4 base_offset,
384
SparseSwitchPayload*
CodeIr
::DecodeSparseSwitch(const dex::u2* /*ptr*/,
396
void
CodeIr
::FixupSparseSwitch(SparseSwitchPayload* instr, dex::u4 base_offset
[
all
...]
instrumentation.cc
22
bool EntryHook::Apply(lir::
CodeIr
* code_ir) {
75
bool ExitHook::Apply(lir::
CodeIr
* code_ir) {
161
bool DetourVirtualInvoke::Apply(lir::
CodeIr
* code_ir) {
274
void AllocateScratchRegs::RegsRenumbering(lir::
CodeIr
* code_ir) {
302
void AllocateScratchRegs::ShiftParams(lir::
CodeIr
* code_ir) {
358
void AllocateScratchRegs::Allocate(lir::
CodeIr
* code_ir, dex::u4 first_reg, int count) {
374
bool AllocateScratchRegs::Apply(lir::
CodeIr
* code_ir) {
412
lir::
CodeIr
code_ir(ir_method, dex_ir_);
/tools/dexter/dexter/
experimental.cc
36
lir::
CodeIr
code_ir(ir_method.get(), dex_ir);
55
lir::
CodeIr
code_ir(ir_method.get(), dex_ir);
145
lir::
CodeIr
code_ir(ir_method.get(), dex_ir);
204
lir::
CodeIr
code_ir(ir_method.get(), dex_ir);
363
lir::
CodeIr
code_ir(ir_method.get(), dex_ir);
dissasembler.cc
327
lir::
CodeIr
code_ir(ir_method, dex_ir_);
/external/dexmaker/dexmaker-mockito-inline/src/main/jni/dexmakerjvmtiagent/
agent.cc
143
addLabel(
CodeIr
& c,
151
addInstr(
CodeIr
& c,
169
CodeIr
& c,
370
CodeIr
c(method.get(), dex_ir);
455
CodeIr
c(method.get(), dex_ir);
602
CodeIr
c(method.get(), dex_ir);
[
all
...]
/art/test/ti-stress/
stress.cc
79
lir::
CodeIr
code_ir(ir_method.get(), dex_ir);
Completed in 1746 milliseconds