HomeSort by relevance Sort by last modified time
    Searched defs:method_map (Results 1 - 2 of 2) sorted by null

  /external/v8/src/builtins/
builtins-conversion.cc 263 Node* method_map = assembler->LoadMap(method); local
264 assembler->Branch(assembler->IsCallableMap(method_map),
  /art/runtime/jit/
profile_compilation_info.h 476 method_map(std::less<uint16_t>(), allocator->Adapter(kArenaAllocProfile)),
496 return checksum == other.checksum && method_map == other.method_map;
521 MethodMap method_map; member in struct:art::ProfileCompilationInfo::DexFileData
    [all...]

Completed in 183 milliseconds