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.c386 if (bei->other_context) { in drd_tool_error_pp()
391 VG_(pp_ExeContext)(bei->other_context); in drd_tool_error_pp()
/external/v8/test/cctest/
Dtest-api.cc14320 v8::Persistent<Context> other_context; in TEST() local
14325 other_context = Context::New(); in TEST()
14342 other_context->Enter(); in TEST()
14344 other_context->Exit(); in TEST()
14364 other_context->Enter(); in TEST()
14366 other_context->Exit(); in TEST()
14391 other_context->Enter(); in TEST()
14393 other_context->Exit(); in TEST()
14400 other_context.Dispose(); in TEST()