HomeSort by relevance Sort by last modified time
    Searched refs:Cast (Results 1 - 25 of 105) sorted by null

1 2 3 4 5

  /external/webkit/Source/WebCore/bindings/v8/custom/
V8MessagePortCustom.cpp 75 v8::Local<v8::Object> ports = v8::Local<v8::Object>::Cast(value);
78 v8::Local<v8::Array> array = v8::Local<v8::Array>::Cast(value);
103 portArray[i] = V8MessagePort::toNative(v8::Handle<v8::Object>::Cast(port));
V8CustomXPathNSResolver.cpp 64 lookupNamespaceURIFunc = v8::Handle<v8::Function>::Cast(lookupNamespaceURI);
81 v8::Handle<v8::Function> function = lookupNamespaceURIFunc.IsEmpty() ? v8::Handle<v8::Function>::Cast(m_resolver) : lookupNamespaceURIFunc;
V8InspectorFrontendHostCustom.cpp 70 v8::Local<v8::Object> eventWrapper = v8::Local<v8::Object>::Cast(args[0]);
78 v8::Local<v8::Array> array = v8::Local<v8::Array>::Cast(args[1]);
82 v8::Local<v8::Object> item = v8::Local<v8::Object>::Cast(array->Get(v8::Integer::New(i)));
V8DirectoryEntryCustom.cpp 60 EXCEPTION_BLOCK(v8::Handle<v8::Object>, object, v8::Handle<v8::Object>::Cast(args[1]));
73 EXCEPTION_BLOCK(WebKitFlags*, tmp_flags, V8WebKitFlags::HasInstance(args[1]) ? V8WebKitFlags::toNative(v8::Handle<v8::Object>::Cast(args[1])) : 0);
103 EXCEPTION_BLOCK(v8::Handle<v8::Object>, object, v8::Handle<v8::Object>::Cast(args[1]));
116 EXCEPTION_BLOCK(WebKitFlags*, tmp_flags, V8WebKitFlags::HasInstance(args[1]) ? V8WebKitFlags::toNative(v8::Handle<v8::Object>::Cast(args[1])) : 0);
V8XSLTProcessorCustom.cpp 64 Node* node = V8Node::toNative(v8::Handle<v8::Object>::Cast(args[0]));
78 Node* source = V8Node::toNative(v8::Handle<v8::Object>::Cast(args[0]));
79 Document* owner = V8Document::toNative(v8::Handle<v8::Object>::Cast(args[1]));
94 Node* source = V8Node::toNative(v8::Handle<v8::Object>::Cast(args[0]));
V8CanvasRenderingContext2DCustom.cpp 69 return CanvasStyle::createFromGradient(V8CanvasGradient::toNative(v8::Handle<v8::Object>::Cast(value)));
72 return CanvasStyle::createFromPattern(V8CanvasPattern::toNative(v8::Handle<v8::Object>::Cast(value)));
V8CustomVoidCallback.cpp 73 callbackFunction = v8::Local<v8::Function>::New(v8::Persistent<v8::Function>::Cast(callback));
77 callbackFunction = v8::Local<v8::Function>::Cast(handleEventFunction);
V8NodeCustom.cpp 67 Node* newChild = V8Node::HasInstance(args[0]) ? V8Node::toNative(v8::Handle<v8::Object>::Cast(args[0])) : 0;
68 Node* refChild = V8Node::HasInstance(args[1]) ? V8Node::toNative(v8::Handle<v8::Object>::Cast(args[1])) : 0;
86 Node* newChild = V8Node::HasInstance(args[0]) ? V8Node::toNative(v8::Handle<v8::Object>::Cast(args[0])) : 0;
87 Node* oldChild = V8Node::HasInstance(args[1]) ? V8Node::toNative(v8::Handle<v8::Object>::Cast(args[1])) : 0;
104 Node* oldChild = V8Node::HasInstance(args[0]) ? V8Node::toNative(v8::Handle<v8::Object>::Cast(args[0])) : 0;
122 Node* newChild = V8Node::HasInstance(args[0]) ? V8Node::toNative(v8::Handle<v8::Object>::Cast(args[0])) : 0;
V8InjectedScriptManager.cpp 108 v8::Local<v8::Value> injectedScriptValue = v8::Function::Cast(*v)->Call(windowGlobal, 3, args);
109 v8::Local<v8::Object> injectedScript(v8::Object::Cast(*injectedScriptValue));
122 global = v8::Local<v8::Object>::Cast(global->GetPrototype());
137 global = v8::Local<v8::Object>::Cast(global->GetPrototype());
142 return InjectedScript(ScriptObject(inspectedScriptState, v8::Local<v8::Object>::Cast(val)), m_inspectedStateAccessCheck);
V8InjectedScriptHostCustom.cpp 56 return V8Node::toNative(v8::Handle<v8::Object>::Cast(value.v8Value()));
128 Database* database = V8Database::toNative(v8::Handle<v8::Object>::Cast(args[0]));
142 Storage* storage = V8Storage::toNative(v8::Handle<v8::Object>::Cast(args[0]));
  /external/llvm/include/llvm/Transforms/Utils/
SimplifyIndVar.h 37 virtual void visitCast(CastInst *Cast) = 0;
  /external/webkit/Source/WebCore/bindings/v8/
DOMDataStore.cpp 141 DOMData::handleWeakObject(DOMDataStore::DOMObjectMap, v8::Persistent<v8::Object>::Cast(v8Object), domObject);
148 DOMData::handleWeakObject(DOMDataStore::ActiveDOMObjectMap, v8::Persistent<v8::Object>::Cast(v8Object), domObject);
157 v8::Persistent<v8::Object> v8Object = v8::Persistent<v8::Object>::Cast(value);
182 DOMData::handleWeakObject(DOMDataStore::DOMSVGElementInstanceMap, v8::Persistent<v8::Object>::Cast(v8Object), static_cast<SVGElementInstance*>(domObject));
DateExtension.cpp 82 v8::Handle<v8::Object> dateObject = v8::Handle<v8::Object>::Cast(result);
92 v8::Handle<v8::Function>::Cast(sleepFunctionHandle)->Call(v8::Object::New(), 1, argv);
110 v8::Handle<v8::Object> dateObject = v8::Handle<v8::Object>::Cast(args[0]);
111 v8::Handle<v8::Function> enableSleepDetectionFunction = v8::Handle<v8::Function>::Cast(args[1]);
V8Collection.cpp 55 HTMLOptionElement* element = V8HTMLOptionElement::toNative(v8::Handle<v8::Object>::Cast(value));
V8EventListener.cpp 53 return v8::Local<v8::Function>::Cast(listener);
60 return v8::Local<v8::Function>::Cast(property);
WorkerScriptDebugServer.cpp 53 v8::Handle<v8::Object> prototype = v8::Handle<v8::Object>::Cast(global->GetPrototype());
56 prototype = v8::Handle<v8::Object>::Cast(prototype->GetPrototype());
93 v8::Handle<v8::Function> getScriptsFunction = v8::Local<v8::Function>::Cast(m_debuggerScript.get()->Get(v8::String::New("getWorkerScripts")));
99 v8::Handle<v8::Array> scriptsArray = v8::Handle<v8::Array>::Cast(value);
101 dispatchDidParseSource(listener, v8::Handle<v8::Object>::Cast(scriptsArray->Get(v8::Integer::New(i))));
ScriptDebugServer.cpp 75 v8::Handle<v8::Function> setBreakpointFunction = v8::Local<v8::Function>::Cast(m_debuggerScript.get()->Get(v8::String::New("setBreakpoint")));
93 v8::Handle<v8::Function> removeBreakpointFunction = v8::Local<v8::Function>::Cast(m_debuggerScript.get()->Get(v8::String::New("removeBreakpoint")));
104 v8::Handle<v8::Function> clearBreakpoints = v8::Local<v8::Function>::Cast(m_debuggerScript.get()->Get(v8::String::New("clearBreakpoints")));
117 v8::Handle<v8::Function> setBreakpointsActivated = v8::Local<v8::Function>::Cast(m_debuggerScript.get()->Get(v8::String::New("setBreakpointsActivated")));
129 v8::Handle<v8::Function> function = v8::Local<v8::Function>::Cast(m_debuggerScript.get()->Get(v8::String::New("pauseOnExceptionsState")));
141 v8::Handle<v8::Function> setPauseOnExceptionsFunction = v8::Local<v8::Function>::Cast(m_debuggerScript.get()->Get(v8::String::New("setPauseOnExceptionsState")));
190 v8::Handle<v8::Function> function = v8::Local<v8::Function>::Cast(m_debuggerScript.get()->Get(v8::String::New("stepIntoStatement")));
199 v8::Handle<v8::Function> function = v8::Local<v8::Function>::Cast(m_debuggerScript.get()->Get(v8::String::New("stepOverStatement")));
208 v8::Handle<v8::Function> function = v8::Local<v8::Function>::Cast(m_debuggerScript.get()->Get(v8::String::New("stepOutOfFunction")));
223 v8::Handle<v8::Function> function = v8::Local<v8::Function>::Cast(m_debuggerScript.get()->Get(v8::String::New("editScriptSource")))
    [all...]
JavaScriptCallFrame.cpp 58 m_caller = JavaScriptCallFrame::create(m_debuggerContext.get(), v8::Handle<v8::Object>::Cast(callerFrame));
103 v8::Handle<v8::Array> scopeChain = v8::Handle<v8::Array>::Cast(m_callFrame.get()->Get(v8String("scopeChain")));
112 v8::Handle<v8::Array> scopeType = v8::Handle<v8::Array>::Cast(m_callFrame.get()->Get(v8String("scopeType")));
123 v8::Handle<v8::Function> evalFunction = v8::Handle<v8::Function>::Cast(m_callFrame.get()->Get(v8String("evaluate")));
V8IsolatedContext.h 99 return v8::Handle<v8::Object>::Cast(context->Global()->GetPrototype());
ScriptObject.cpp 57 return v8::Local<v8::Object>(v8::Object::Cast(*v8Value()));
93 value = ScriptObject(scriptState, v8::Handle<v8::Object>(v8::Object::Cast(*v8Value)));
V8NodeFilterCondition.cpp 72 callback = v8::Handle<v8::Function>::Cast(m_filter);
79 callback = v8::Handle<v8::Function>::Cast(value);
PageScriptDebugServer.cpp 102 v8::Handle<v8::Function> getScriptsFunction = v8::Local<v8::Function>::Cast(m_debuggerScript.get()->Get(v8::String::New("getScripts")));
108 v8::Handle<v8::Array> scriptsArray = v8::Handle<v8::Array>::Cast(value);
110 dispatchDidParseSource(listener, v8::Handle<v8::Object>::Cast(scriptsArray->Get(v8::Integer::New(i))));
ScriptValue.cpp 91 v8::Handle<v8::Array> array = v8::Handle<v8::Array>::Cast(value);
107 v8::Handle<v8::Object> object = v8::Handle<v8::Object>::Cast(value);
113 if (name->IsString() && !object->HasRealNamedProperty(v8::Handle<v8::String>::Cast(name)))
  /external/llvm/lib/Analysis/
PHITransAddr.cpp 188 if (CastInst *Cast = dyn_cast<CastInst>(Inst)) {
189 if (!Cast->isSafeToSpeculativelyExecute()) return 0;
190 Value *PHIIn = PHITranslateSubExpr(Cast->getOperand(0), CurBB, PredBB, DT);
192 if (PHIIn == Cast->getOperand(0))
193 return Cast;
195 // Find an available version of this cast.
199 return AddAsInput(ConstantExpr::getCast(Cast->getOpcode(),
200 C, Cast->getType()));
207 if (CastI->getOpcode() == Cast->getOpcode() &&
208 CastI->getType() == Cast->getType() &
    [all...]
  /external/v8/src/
d8-debug.cc 68 Function::Cast(*event_data->Get(to_json_fun_name));
77 Shell::DebugMessageDetails(Handle<String>::Cast(event_json));
91 Local<Function> fun = Function::Cast(*exec_state->Get(fun_name));
93 Object::Cast(*fun->Call(exec_state, 0, NULL));
136 fun = Handle<Function>::Cast(cmd_processor->Get(fun_name));
143 Handle<String> response = Handle<String>::Cast(response_val);
280 Shell::DebugMessageDetails(Handle<String>::Cast(String::New(message)));
325 i::DebuggerAgentUtil::SendMessage(conn_, Handle<String>::Cast(request));

Completed in 141 milliseconds

1 2 3 4 5