Home
last modified time | relevance | path

Searched refs:other_context (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/main/drd/
Ddrd_error.h150 ExeContext* other_context; member
Ddrd_error.c336 if (bei->other_context) in drd_tool_error_pp()
341 VG_(pp_ExeContext)(bei->other_context); in drd_tool_error_pp()
/external/v8/test/cctest/
Dtest-api.cc12496 v8::Persistent<Context> other_context; in TEST() local
12501 other_context = Context::New(); in TEST()
12518 other_context->Enter(); in TEST()
12520 other_context->Exit(); in TEST()
12540 other_context->Enter(); in TEST()
12542 other_context->Exit(); in TEST()
12567 other_context->Enter(); in TEST()
12569 other_context->Exit(); in TEST()
12576 other_context.Dispose(); in TEST()