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

  /external/valgrind/main/exp-bbv/
bbv_main.c 97 Bool is_entry; /* is this block a function entry point */ member in struct:BB_info
406 bbInfo->is_entry=VG_(get_fnname_if_entry)(origAddr, bbInfo->fn_name,
  /external/v8/src/
frames.h 108 bool is_entry() { return state() == ENTRY; } function in class:v8::internal::BASE_EMBEDDED
176 bool is_entry() const { return type() == ENTRY; } function in class:v8::internal::BASE_EMBEDDED
294 ASSERT(frame->is_entry());
  /external/valgrind/main/callgrind/
global.h 319 Bool is_entry; /* True if this BB is a function entry */ member in struct:_BB

Completed in 69 milliseconds