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

  /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...]
bootstrapper.cc     [all...]
mark-compact.cc     [all...]
profile-generator.cc     [all...]
objects-inl.h     [all...]
runtime.cc 666 Object* handler = args[0]; local
670 return isolate->heap()->AllocateJSProxy(handler, used_prototype);
676 Object* handler = args[0]; local
683 handler, call_trap, construct_trap, used_prototype);
704 return proxy->handler();
    [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...]
  /external/clang/lib/AST/
Stmt.cpp 972 Stmt *Handler)
978 Children[HANDLER] = Handler;
985 Stmt *Handler) {
986 return new(C) SEHTryStmt(IsCXXTry,TryLoc,TryBlock,Handler);
    [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/Serialization/
ASTReaderStmt.cpp     [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 962 milliseconds