Home
last modified time | relevance | path

Searched refs:is_entry (Results 1 – 9 of 9) sorted by relevance

/external/valgrind/main/exp-bbv/
Dbbv_main.c97 Bool is_entry; /* is this block a function entry point */ member
406 bbInfo->is_entry=VG_(get_fnname_if_entry)(origAddr, bbInfo->fn_name, in bbv_instrument()
/external/v8/src/
Dframes.h188 bool is_entry() const { return type() == ENTRY; } in is_entry() function
309 ASSERT(frame->is_entry()); in cast()
Dframes.cc333 if (frame->is_entry() || frame->is_entry_construct()) { in IsValidCaller()
/external/chromium_org/v8/src/
Dframes.h231 bool is_entry() const { return type() == ENTRY; } in is_entry() function
374 ASSERT(frame->is_entry()); in cast()
Dframes.cc314 if (frame->is_entry() || frame->is_entry_construct()) { in IsValidCaller()
/external/valgrind/main/callgrind/
Dbb.c149 bb->is_entry = 0; in new_bb()
Dbbcc.c668 (bb->is_entry && (last_bb->fn != bb->fn)) || in CLG_()
670 bb->is_entry || in CLG_()
Dfn.c525 bb->is_entry = 1; in CLG_()
Dglobal.h327 Bool is_entry; /* True if this BB is a function entry */ member