OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetCReturnBool
(Results
1 - 4
of
4
) sorted by null
/art/simulator/include/
code_simulator.h
34
virtual bool
GetCReturnBool
() const = 0;
/art/simulator/
code_simulator_arm64.h
41
bool
GetCReturnBool
() const OVERRIDE;
code_simulator_arm64.cc
57
bool CodeSimulatorArm64::
GetCReturnBool
() const {
/art/compiler/optimizing/
codegen_test_utils.h
224
return simulator->
GetCReturnBool
();
Completed in 258 milliseconds