OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:method_code
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/os/
CommonTimeUtils.java
48
public int transactGetInt(int
method_code
, int error_ret_val)
57
mRemote.transact(
method_code
, data, reply, 0);
70
public int transactSetInt(int
method_code
, int val) {
77
mRemote.transact(
method_code
, data, reply, 0);
90
public long transactGetLong(int
method_code
, long error_ret_val)
99
mRemote.transact(
method_code
, data, reply, 0);
112
public int transactSetLong(int
method_code
, long val) {
119
mRemote.transact(
method_code
, data, reply, 0);
132
public String transactGetString(int
method_code
, String error_ret_val)
141
mRemote.transact(
method_code
, data, reply, 0)
[
all
...]
/art/runtime/
common_test.h
200
const void*
method_code
= CompiledMethod::CodePointer(&code[0],
local
202
LOG(INFO) << "MakeExecutable " << PrettyMethod(method) << " code=" <<
method_code
;
203
OatFile::OatMethod oat_method = CreateOatMethod(
method_code
,
213
const void*
method_code
;
local
215
method_code
= GetCompiledCodeToInterpreterBridge();
216
LOG(INFO) << "MakeExecutable " << PrettyMethod(method) << " code=" <<
method_code
;
217
OatFile::OatMethod oat_method = CreateOatMethod(
method_code
,
Completed in 159 milliseconds