Searched defs:nativeFunctionNode (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/test/cctest/
H A Dtest-cpu-profiler.cc1368 const v8::CpuProfileNode* nativeFunctionNode = local
1371 CHECK_EQ(1, nativeFunctionNode->GetChildrenCount());
1373 GetChild(env->GetIsolate(), nativeFunctionNode, "bar");
1436 const v8::CpuProfileNode* nativeFunctionNode = local
1439 CHECK_EQ(1, nativeFunctionNode->GetChildrenCount());
1441 GetChild(env->GetIsolate(), nativeFunctionNode, "bar");

Completed in 71 milliseconds