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

  /art/compiler/jit/
jit_logger.cc 280 PerfJitCodeLoad jit_code; local
281 std::memset(&jit_code, 0, sizeof(jit_code));
282 jit_code.event_ = PerfJitCodeLoad::kLoad;
283 jit_code.size_ = sizeof(jit_code) + method_name.size() + 1 + code_size;
284 jit_code.time_stamp_ = art::NanoTime(); // CLOCK_MONOTONIC clock is required.
285 jit_code.process_id_ = static_cast<uint32_t>(getpid());
286 jit_code.thread_id_ = static_cast<uint32_t>(art::GetTid());
287 jit_code.vma_ = 0x0
    [all...]
  /external/protobuf/php/ext/google/protobuf/
upb.h 7441 upb_string_handlerfunc *jit_code; member in struct:upb::HandlerAttributes::upb::BufferHandle::upb::Handlers::upb::BytesHandler::upb::BytesSink::upb::BufferSource::mgroup
    [all...]
upb.c     [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.h 7744 upb_string_handlerfunc *jit_code; member in struct:upb::HandlerAttributes::upb::BufferHandle::upb::Handlers::upb::BytesHandler::upb::BytesSink::upb::BufferSource::mgroup
    [all...]
upb.c     [all...]

Completed in 83 milliseconds