OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:security_token
(Results
1 - 9
of
9
) sorted by null
/external/v8/include/
v8-profiler.h
170
Handle<Value>
security_token
= Handle<Value>());
175
Handle<Value>
security_token
= Handle<Value>());
193
Handle<Value>
security_token
= Handle<Value>());
/external/v8/src/
cpu-profiler.h
226
static CpuProfile* StopProfiling(Object*
security_token
, String* title);
228
static CpuProfile* GetProfile(Object*
security_token
, int index);
229
static CpuProfile* FindProfile(Object*
security_token
, unsigned uid);
280
CpuProfile* StopCollectingProfile(Object*
security_token
, String* title);
cpu-profiler.cc
296
CpuProfile* CpuProfiler::StopProfiling(Object*
security_token
, String* title) {
299
security_token
, title) : NULL;
311
CpuProfile* CpuProfiler::GetProfile(Object*
security_token
, int index) {
314
const int token = profiler->token_enumerator_->GetTokenId(
security_token
);
319
CpuProfile* CpuProfiler::FindProfile(Object*
security_token
, unsigned uid) {
322
const int token = profiler->token_enumerator_->GetTokenId(
security_token
);
546
CpuProfile* CpuProfiler::StopCollectingProfile(Object*
security_token
,
551
int token = token_enumerator_->GetTokenId(
security_token
);
contexts.h
58
V(SECURITY_TOKEN_INDEX, Object,
security_token
) \
top.cc
439
if (Context::cast(receiver_context)->
security_token
() ==
440
global_context->
security_token
())
[
all
...]
api.cc
3763
i::Object*
security_token
= env->
security_token
();
local
[
all
...]
string-stream.cc
475
Object* token = context->global_context()->
security_token
();
bootstrapper.cc
[
all
...]
/external/v8/test/cctest/
test-debug.cc
150
v8::Utils::OpenHandle(*context_)->
security_token
());
[
all
...]
Completed in 727 milliseconds