HomeSort by relevance Sort by last modified time
    Searched refs:Local (Results 126 - 150 of 469) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/oprofile/events/x86-64/family10/
unit_masks 144 0xa1 Requests Local I/O to Local I/O
145 0xa2 Requests Local I/O to Local Memory
146 0xa3 Requests Local I/O to Local (I/O or Mem)
147 0xa4 Requests Local CPU to Local I/O
148 0xa5 Requests Local (CPU or I/O) to Local I/
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptDebugServer.cpp 64 v8::Local<v8::Value> ScriptDebugServer::callDebuggerMethod(const char* functionName, int argc, v8::Handle<v8::Value> argv[])
67 v8::Handle<v8::Function> function = v8::Local<v8::Function>::Cast(debuggerScript->Get(v8::String::NewSymbol(functionName)));
80 v8::Local<v8::Context> context = v8::Context::New(m_isolate);
88 v8::Local<v8::Value> preprocessorFunction = V8ScriptRunner::compileAndRunInternalScript(preprocessor, m_isolate);
103 v8::Local<v8::Context> context = m_utilityContext.newLocal(m_isolate);
145 v8::Local<v8::Context> debuggerContext = v8::Debug::GetDebugContext();
148 v8::Local<v8::Object> args = v8::Object::New();
155 v8::Handle<v8::Function> setBreakpointFunction = v8::Local<v8::Function>::Cast(m_debuggerScript.newLocal(m_isolate)->Get(v8::String::NewSymbol("setBreakpoint")));
167 v8::Local<v8::Context> debuggerContext = v8::Debug::GetDebugContext();
170 v8::Local<v8::Object> args = v8::Object::New()
    [all...]
IDBBindingUtilitiesTest.cpp 107 v8::Local<v8::Object> object = v8::Object::New();
118 v8::Local<v8::Object> object = v8::Object::New();
129 v8::Local<v8::Object> object = v8::Object::New();
130 v8::Local<v8::Object> subProperty = v8::Object::New();
145 v8::Local<v8::Object> object = v8::Object::New();
157 v8::Local<v8::Object> object = v8::Object::New();
158 v8::Local<v8::Object> subProperty = v8::Object::New();
WorkerScriptDebugServer.cpp 57 v8::Local<v8::Context> debuggerContext = v8::Debug::GetDebugContext();
64 v8::Local<v8::Object> debuggerScript = m_debuggerScript.newLocal(m_isolate);
68 v8::Handle<v8::Function> getScriptsFunction = v8::Local<v8::Function>::Cast(debuggerScript->Get(v8::String::NewSymbol("getWorkerScripts")));
ArrayValue.cpp 65 v8::Local<v8::Value> indexedValue = m_array->Get(v8::Integer::NewFromUnsigned(index, m_isolate));
ScriptCallStackFactory.cpp 53 v8::Local<v8::String> sourceNameValue(frame->GetScriptNameOrSourceURL());
58 v8::Local<v8::String> functionNameValue(frame->GetFunctionName());
74 v8::Local<v8::StackFrame> stackFrame = stackTrace->GetFrame(i);
132 v8::Local<v8::Context> context = v8::Context::GetCurrent();
V8Callback.h 55 PassRefPtr<V8CallbackType> createFunctionOnlyCallback(v8::Local<v8::Value> value, bool& succeeded, v8::Isolate* isolate, CallbackAllowedValueFlags acceptedValues = 0)
V8DOMConfiguration.cpp 61 v8::Local<v8::Signature> V8DOMConfiguration::configureTemplate(v8::Handle<v8::FunctionTemplate> functionDescriptor, const char* interfaceName, v8::Handle<v8::FunctionTemplate> parentClass,
65 v8::Local<v8::ObjectTemplate> instance = functionDescriptor->InstanceTemplate();
72 v8::Local<v8::ObjectTemplate> prototype = functionDescriptor->PrototypeTemplate();
78 v8::Local<v8::Signature> defaultSignature = v8::Signature::New(functionDescriptor);
V8LazyEventListener.h 64 virtual v8::Local<v8::Value> callListenerFunction(ScriptExecutionContext*, v8::Handle<v8::Value> jsEvent, Event*);
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8WindowCustom.cpp 119 OwnArrayPtr<v8::Local<v8::Value> > params;
121 params = adoptArrayPtr(new v8::Local<v8::Value>[paramCount]);
157 void V8Window::eventAttrGetterCustom(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
168 v8::Local<v8::Context> context = frame->script()->currentWorldContext();
179 void V8Window::eventAttrSetterCustom(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<void>& info)
190 v8::Local<v8::Context> context = frame->script()->currentWorldContext();
198 void V8Window::locationAttrSetterCustom(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<void>& info)
214 void V8Window::openerAttrSetterCustom(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<void>& info
    [all...]
V8PromiseCustom.h 75 static void createPromise(v8::Handle<v8::Object> creationContext, v8::Local<v8::Object>* promise, v8::Local<v8::Object>* resolver, v8::Isolate*);
91 static v8::Local<v8::Object> getInternal(v8::Handle<v8::Object> promiseOrResolver);
V8SQLTransactionCustom.cpp 66 v8::Local<v8::Object> sqlArgsObject = args[1]->ToObject();
67 V8TRYCATCH_VOID(v8::Local<v8::Value>, length, sqlArgsObject->Get(v8::String::NewSymbol("length")));
76 V8TRYCATCH_VOID(v8::Local<v8::Value>, value, sqlArgsObject->Get(key));
V8BlobCustom.cpp 62 v8::Local<v8::Value> firstArg = args[0];
100 V8TRYCATCH_VOID(v8::Local<v8::Array>, blobParts, v8::Local<v8::Array>::Cast(firstArg));
104 v8::Local<v8::Value> item = blobParts->Get(v8::Uint32::New(i));
V8EventCustom.cpp 45 void V8Event::clipboardDataAttrGetterCustom(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
V8MessageChannelCustom.cpp 53 v8::Local<v8::Object> wrapper = args.Holder();
V8MutationObserverCustom.cpp 50 v8::Local<v8::Value> arg = args[0];
  /external/chromium_org/v8/src/
d8-debug.cc 67 Local<String> to_json_fun_name = String::New("toJSONProtocol");
69 Local<Function> to_json_fun =
70 Local<Function>::Cast(event_data->Get(to_json_fun_name));
71 Local<Value> event_json = to_json_fun->Call(event_data, 0, NULL);
92 Local<String> fun_name = String::New("debugCommandProcessor");
94 Local<Function> fun = Local<Function>::Cast(exec_state->Get(fun_name));
95 Local<Object> cmd_processor =
96 Local<Object>::Cast(fun->Call(exec_state, 0, NULL));
api.cc 770 // local.
822 v8::Local<v8::Value> Context::SlowGetEmbedderData(int index) {
825 if (data.is_null()) return Local<Value>();
861 "Local scope has already been closed")) {
    [all...]
  /external/chromium_org/v8/include/
v8-debug.h 291 static Local<Value> Call(v8::Handle<v8::Function> fun,
297 static Local<Value> GetMirror(v8::Handle<v8::Value> obj);
358 static Local<Context> GetDebugContext();
  /external/v8/include/
v8-debug.h 323 static Local<Value> Call(v8::Handle<v8::Function> fun,
329 static Local<Value> GetMirror(v8::Handle<v8::Value> obj);
390 static Local<Context> GetDebugContext();
  /external/chromium/net/proxy/
proxy_resolver_v8.cc 156 v8::Local<v8::String> ASCIIStringToV8String(const std::string& s) {
163 v8::Local<v8::String> ScriptDataToV8String(
174 v8::Local<v8::String> ASCIILiteralToV8String(const char* ascii) {
190 v8::Local<v8::String> str_object = object->ToString();
357 v8::Local<v8::Value> function;
370 v8::Local<v8::Value> ret = v8::Function::Cast(*function)->Call(
407 v8::Local<v8::ObjectTemplate> global_template = v8::ObjectTemplate::New();
410 v8::Local<v8::FunctionTemplate> alert_template =
414 v8::Local<v8::FunctionTemplate> my_ip_address_template =
419 v8::Local<v8::FunctionTemplate> dns_resolve_template
    [all...]
  /external/chromium-libpac/src/
proxy_resolver_v8.cc 178 v8::Local<v8::String> ASCIIStringToV8String(const std::string& s) {
182 v8::Local<v8::String> UTF16StringToV8String(const android::String16& s) {
187 v8::Local<v8::String> ASCIILiteralToV8String(const char* ascii) {
203 v8::Local<v8::String> str_object = object->ToString();
377 v8::Local<v8::Value> function;
389 v8::Local<v8::Value> ret = v8::Function::Cast(*function)->Call(
424 v8::Local<v8::ObjectTemplate> global_template = v8::ObjectTemplate::New();
427 v8::Local<v8::FunctionTemplate> alert_template =
431 v8::Local<v8::FunctionTemplate> my_ip_address_template =
436 v8::Local<v8::FunctionTemplate> dns_resolve_template
    [all...]
  /external/chromium_org/v8/test/cctest/
test-debug.cc 148 inline v8::Local<v8::Context> context() { return context_; }
174 v8::Local<v8::Context> context_;
182 static v8::Local<v8::Function> CompileFunction(DebugLocalContext* env,
186 return v8::Local<v8::Function>::Cast(
192 static v8::Local<v8::Function> CompileFunction(const char* source,
195 return v8::Local<v8::Function>::Cast(
557 v8::Local<v8::Function> frame_function_name;
566 v8::Local<v8::Function> frame_argument_name;
575 v8::Local<v8::Function> frame_argument_value;
584 v8::Local<v8::Function> frame_local_name
    [all...]
  /external/v8/test/cctest/
test-debug.cc 170 static v8::Local<v8::Function> CompileFunction(DebugLocalContext* env,
174 return v8::Local<v8::Function>::Cast(
180 static v8::Local<v8::Function> CompileFunction(const char* source,
183 return v8::Local<v8::Function>::Cast(
544 v8::Local<v8::Function> frame_function_name;
553 v8::Local<v8::Function> frame_argument_name;
562 v8::Local<v8::Function> frame_argument_value;
571 v8::Local<v8::Function> frame_local_name;
580 v8::Local<v8::Function> frame_local_value;
589 v8::Local<v8::Function> frame_source_line
    [all...]
  /external/chromium_org/chrome/renderer/extensions/
page_actions_custom_bindings.cc 34 v8::Local<v8::Array> page_action_vector = v8::Array::New();

Completed in 399 milliseconds

1 2 3 4 56 7 8 91011>>