HomeSort by relevance Sort by last modified time
    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 212 static CpuProfile* StopProfiling(Object* security_token, String* title);
214 static CpuProfile* GetProfile(Object* security_token, int index);
215 static CpuProfile* FindProfile(Object* security_token, unsigned uid);
262 CpuProfile* StopCollectingProfile(Object* security_token, String* title);
cpu-profiler.cc 281 CpuProfile* CpuProfiler::StopProfiling(Object* security_token, String* title) {
285 security_token, title) : NULL;
297 CpuProfile* CpuProfiler::GetProfile(Object* security_token, int index) {
300 const int token = profiler->token_enumerator_->GetTokenId(security_token);
305 CpuProfile* CpuProfiler::FindProfile(Object* security_token, unsigned uid) {
308 const int token = profiler->token_enumerator_->GetTokenId(security_token);
532 CpuProfile* CpuProfiler::StopCollectingProfile(Object* security_token,
537 int token = token_enumerator_->GetTokenId(security_token);
contexts.h 101 V(SECURITY_TOKEN_INDEX, Object, security_token) \
string-stream.cc 472 Object* token = context->global_context()->security_token();
api.cc 4380 i::Object* security_token = env->security_token(); local
    [all...]
isolate.cc 792 if (Context::cast(receiver_context)->security_token() ==
793 global_context->security_token())
    [all...]
bootstrapper.cc     [all...]
  /external/v8/test/cctest/
test-debug.cc 150 v8::Utils::OpenHandle(*context_)->security_token());
    [all...]

Completed in 241 milliseconds