OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RegisterType
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/protobuf/src/google/protobuf/
message.cc
241
void
RegisterType
(const Descriptor* descriptor, const Message* prototype);
284
void GeneratedMessageFactory::
RegisterType
(const Descriptor* descriptor,
353
GeneratedMessageFactory::singleton()->
RegisterType
(descriptor, prototype);
/external/protobuf/src/google/protobuf/
message.cc
202
void
RegisterType
(const Descriptor* descriptor, const Message* prototype);
245
void GeneratedMessageFactory::
RegisterType
(const Descriptor* descriptor,
313
GeneratedMessageFactory::singleton()->
RegisterType
(descriptor, prototype);
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
RegisterType.java
39
public class
RegisterType
{
40
private final static HashMap<
RegisterType
,
RegisterType
> internedRegisterTypes =
41
new HashMap<
RegisterType
,
RegisterType
>();
46
private
RegisterType
(Category category, ClassDef type) {
76
RegisterType
that = (
RegisterType
) o;
182
public static
RegisterType
getRegisterTypeForType(String type) {
210
public static
RegisterType
getRegisterTypeForTypeIdItem(TypeIdItem typeIdItem)
[
all
...]
MethodAnalyzer.java
161
RegisterType
.getRegisterType(
RegisterType
.Category.UninitThis,
165
RegisterType
.getRegisterType(
RegisterType
.Category.Reference,
172
RegisterType
[] parameterTypes = getParameterTypes(parameters, parameterRegisters);
174
RegisterType
registerType
= parameterTypes[i];
176
setPostRegisterTypeAndPropagateChanges(startOfMethod, registerNum,
registerType
);
180
RegisterType
uninit =
RegisterType
.getRegisterType(RegisterType.Category.Uninit, null)
[
all
...]
Completed in 316 milliseconds