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

  /external/chromium_org/v8/src/
property.cc 60 case HANDLER:
property.h 153 case HANDLER:
183 details_ = PropertyDetails(NONE, HANDLER, Representation::Tagged());
303 case HANDLER:
342 case HANDLER:
lookup.cc 148 case v8::internal::HANDLER:
property-details.h 55 HANDLER = 4,
objects-printer.cc 249 case HANDLER: // only in lookup results, not in descriptors
406 case HANDLER:
716 PrintF(out, " - handler = ");
717 handler()->Print(out);
727 PrintF(out, " - handler = ");
728 handler()->Print(out);
    [all...]
disassembler.cc 228 } else if (kind == Code::STUB || kind == Code::HANDLER) {
code-stubs.h 76 /* IC Handler stubs */ \
294 void SetMissHandler(ExternalReference handler) {
295 miss_handler_ = handler;
297 // Our miss handler infrastructure doesn't currently support
889 virtual Code::Kind GetCodeKind() const { return Code::HANDLER; }
    [all...]
objects.cc 13361 ElementsAccessor* handler = object->GetElementsAccessor(); local
    [all...]
log.cc 796 // between the signal handler and the worker thread.
    [all...]
objects-inl.h     [all...]
objects.h     [all...]
bootstrapper.cc     [all...]
heap-snapshot-generator.cc     [all...]
ic.cc 302 Handle<Code> handler = handlers.at(i); local
303 int index = map->IndexInCodeCache(*name, *handler);
305 map->RemoveFromCodeCache(*name, *handler, index);
695 // handler.
774 Handle<Code> handler,
776 if (!handler->is_handler()) return set_target(*handler);
778 kind(), name, type, handler, extra_ic_state());
    [all...]
runtime.cc 687 CONVERT_ARG_HANDLE_CHECKED(JSReceiver, handler, 0);
690 return *isolate->factory()->NewJSProxy(handler, prototype);
697 CONVERT_ARG_HANDLE_CHECKED(JSReceiver, handler, 0);
704 handler, call_trap, construct_trap, prototype);
728 return proxy->handler();
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/
cp-tree.def 275 /* A HANDLER wraps a catch handler for the HANDLER_TYPE. If this is
276 CATCH_ALL_TYPE, then the handler catches all types. The declaration of
279 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/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree-check.h 260 #define HANDLER_CHECK(t) TREE_CHECK (t, HANDLER)
  /external/clang/lib/AST/
Stmt.cpp 962 Stmt *Handler)
968 Children[HANDLER] = Handler;
973 Stmt *Handler) {
974 return new(C) SEHTryStmt(IsCXXTry,TryLoc,TryBlock,Handler);
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 1528 milliseconds