Home
last modified time | relevance | path

Searched refs:pname (Results 1 – 2 of 2) sorted by relevance

/art/libdexfile/dex/
Ddex_instruction.cc34 #define INSTRUCTION_NAME(o, c, pname, f, i, a, e, v) pname, argument
523 #define VAR_ARGS_CHECK(o, c, pname, f, i, a, e, v) \ argument
532 #define VAR_ARGS_RANGE_CHECK(o, c, pname, f, i, a, e, v) \ argument
541 #define EXPERIMENTAL_CHECK(o, c, pname, f, i, a, e, v) \ argument
/art/test/115-native-bridge/
Dnativebridge.cc406 const char* pname = name; in find_native_bridge_method() local
408 pname += 10; in find_native_bridge_method()
412 if (strcmp(pname, gNativeBridgeMethods[i].name) == 0) { in find_native_bridge_method()