OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_fast_path
(Results
1 - 2
of
2
) sorted by null
/art/compiler/llvm/
runtime_support_builder.cc
228
Value*
is_fast_path
= irb_.CreateICmpEQ(real_monitor, my_monitor);
local
234
irb_.CreateCondBr(
is_fast_path
, bb_fast, bb_slow, kLikely);
gbc_expander.cc
363
bool
is_fast_path
);
848
bool
is_fast_path
= driver_->ComputeInvokeInfo(dex_compilation_unit_, dex_pc,
local
856
if (!
is_fast_path
) {
859
this_addr, dex_pc,
is_fast_path
);
1632
bool
is_fast_path
= driver_->ComputeInstanceFieldInfo(
local
1694
bool
is_fast_path
= driver_->ComputeInstanceFieldInfo(
local
1899
bool
is_fast_path
= driver_->ComputeStaticFieldInfo(
local
1983
bool
is_fast_path
= driver_->ComputeStaticFieldInfo(
local
[
all
...]
Completed in 32 milliseconds