HomeSort by relevance Sort by last modified time
    Searched refs:HANDLER (Results 1 - 25 of 35) sorted by null

1 2

  /external/v8/src/
property.cc 86 case HANDLER:
131 case HANDLER:
property-details.h 62 HANDLER = 4, // only in lookup results, not in descriptors
property.h 170 case HANDLER:
244 details_ = PropertyDetails(NONE, HANDLER);
ic.cc     [all...]
ast.cc 505 case HANDLER:
    [all...]
objects-printer.cc 302 case HANDLER: // only in lookup results, not in descriptors
695 PrintF(out, " - handler = ");
696 handler()->Print(out);
706 PrintF(out, " - handler = ");
707 handler()->Print(out);
objects.cc 628 case HANDLER:
9783 ElementsAccessor* handler = holder_handle->GetElementsAccessor(); local
    [all...]
  /external/chromium_org/v8/src/
property.cc 74 case HANDLER:
property.h 228 details_ = PropertyDetails(NONE, HANDLER, Representation::Tagged());
337 case HANDLER:
365 case HANDLER:
property-details.h 73 HANDLER = 4,
objects-printer.cc 309 case HANDLER: // only in lookup results, not in descriptors
464 case HANDLER:
735 PrintF(out, " - handler = ");
736 handler()->Print(out);
746 PrintF(out, " - handler = ");
747 handler()->Print(out);
    [all...]
ast.cc 571 case HANDLER:
    [all...]
ic.cc 225 Code* handler = target->FindFirstCode(); local
226 index = map->IndexInCodeCache(name, handler);
228 map->RemoveFromCodeCache(String::cast(name), handler, index); local
    [all...]
objects.cc 612 case HANDLER:
882 case HANDLER:
12574 ElementsAccessor* handler = holder_handle->GetElementsAccessor(); local
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/
cp-tree.def 271 /* A HANDLER wraps a catch handler for the HANDLER_TYPE. If this is
272 CATCH_ALL_TYPE, then the handler catches all types. The declaration of
275 DEFTREECODE (HANDLER, "handler", tcc_statement, 2)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
cp-tree.def 271 /* A HANDLER wraps a catch handler for the HANDLER_TYPE. If this is
272 CATCH_ALL_TYPE, then the handler catches all types. The declaration of
275 DEFTREECODE (HANDLER, "handler", tcc_statement, 2)
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/
cp-tree.def 271 /* A HANDLER wraps a catch handler for the HANDLER_TYPE. If this is
272 CATCH_ALL_TYPE, then the handler catches all types. The declaration of
275 DEFTREECODE (HANDLER, "handler", tcc_statement, 2)
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
cp-tree.def 271 /* A HANDLER wraps a catch handler for the HANDLER_TYPE. If this is
272 CATCH_ALL_TYPE, then the handler catches all types. The declaration of
275 DEFTREECODE (HANDLER, "handler", tcc_statement, 2)
  /external/javassist/src/main/javassist/util/proxy/
ProxyFactory.java 41 * forwarded and then <code>invoke()</code> is called on the method handler
43 * the interfaces are also forwarded to the method handler.
78 * it, and sets the method handler of the instance:
85 * <p>To change the method handler during runtime,
89 * MethodHandler mi = ... ; // alternative handler
94 * employ the default handler which proceeds by invoking the original method.
95 * The behaviour of the default handler is identical to the following
96 * handler:
116 * used to specify a default handler which newly created proxy classes should install
120 * clients to set the handler of a proxy instance explicitly by calling metho
156 private MethodHandler handler; \/\/ retained for legacy usage field in class:ProxyFactory
    [all...]
  /external/clang/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-check.h 249 #define HANDLER_CHECK(t) TREE_CHECK (t, HANDLER)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-check.h 249 #define HANDLER_CHECK(t) TREE_CHECK (t, HANDLER)
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-check.h 249 #define HANDLER_CHECK(t) TREE_CHECK (t, HANDLER)
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-check.h 249 #define HANDLER_CHECK(t) TREE_CHECK (t, HANDLER)
  /external/clang/lib/AST/
Stmt.cpp 964 Stmt *Handler)
970 Children[HANDLER] = Handler;
977 Stmt *Handler) {
978 return new(C) SEHTryStmt(IsCXXTry,TryLoc,TryBlock,Handler);
    [all...]

Completed in 919 milliseconds

1 2