Searched defs:target (Results 426 - 450 of 880) sorted by relevance

<<11121314151617181920>>

/external/v8/src/ia32/
H A Dassembler-ia32-inl.h95 void RelocInfo::set_target_address(Address target, WriteBarrierMode mode) { argument
96 Assembler::set_target_address_at(pc_, target);
99 Object* target_code = Code::GetCodeFromTargetAddress(target);
124 void RelocInfo::set_target_object(Object* target, WriteBarrierMode mode) { argument
126 Memory::Object_at(pc_) = target;
130 target->IsHeapObject()) {
132 host(), &Memory::Object_at(pc_), HeapObject::cast(target));
182 void RelocInfo::set_call_address(Address target) { argument
185 Assembler::set_target_address_at(pc_ + 1, target);
187 Object* target_code = Code::GetCodeFromTargetAddress(target);
199 set_call_object(Object* target) argument
386 set_target_address_at(Address pc, Address target) argument
[all...]
H A Dmacro-assembler-ia32.h320 // Store the function for the given builtin in the target register.
321 void GetBuiltinFunction(Register target, Builtins::JavaScript id);
323 // Store the code object for the given builtin in the target register.
324 void GetBuiltinEntry(Register target, Builtins::JavaScript id);
395 // specified target if equal. Skip the smi check if not required (object is
749 void Call(Label* target) { call(target); } argument
758 void Move(Register target, Register source);
/external/v8/src/x64/
H A Dassembler-x64-inl.h66 void Assembler::emit_code_target(Handle<Code> target, argument
76 if (current > 0 && code_targets_.last().is_identical_to(target)) {
77 // Optimization if we keep jumping to the same code target.
80 code_targets_.Add(target);
193 void Assembler::set_target_address_at(Address pc, Address target) { argument
194 Memory::int32_at(pc) = static_cast<int32_t>(target - pc - 4);
245 void RelocInfo::set_target_address(Address target, WriteBarrierMode mode) { argument
248 Assembler::set_target_address_at(pc_, target);
249 Object* target_code = Code::GetCodeFromTargetAddress(target);
255 Memory::Address_at(pc_) = target;
289 set_target_object(Object* target, WriteBarrierMode mode) argument
363 set_call_address(Address target) argument
383 set_call_object(Object* target) argument
[all...]
/external/webkit/Source/JavaScriptCore/assembler/
H A DLinkBuffer.h114 JmpDst target = applyOffset(label.m_label); local
115 MacroAssembler::linkPointer(code(), target, value); local
120 JmpDst target = applyOffset(label.m_label); local
121 MacroAssembler::linkPointer(code(), target, value.executableAddress()); local
240 // Calculate absolute address of the jump target, in the case of backwards
242 const uint8_t* target; local
244 target = linkBase + jumpsToLink[i].to() - offset; // Compensate for what we have collapsed so far
246 target = linkBase + jumpsToLink[i].to() - m_assembler->executableOffsetFor(jumpsToLink[i].to());
248 JumpLinkType jumpLinkType = m_assembler->computeJumpType(jumpsToLink[i], linkBase + writePtr, target);
269 uint8_t* target local
[all...]
/external/webkit/Source/JavaScriptCore/jit/
H A DJITArithmetic.cpp249 unsigned target = currentInstruction[3].u.operand; local
262 addJump(branch32(LessThanOrEqual, regT0, Imm32(asString(getConstantOperand(op1))->tryGetValue()[0])), target); local
271 addJump(branch32(GreaterThanOrEqual, regT0, Imm32(asString(getConstantOperand(op2))->tryGetValue()[0])), target); local
278 addJump(branch32(GreaterThanOrEqual, regT0, Imm32(op2imm)), target); local
283 addJump(branch32(LessThanOrEqual, regT1, Imm32(op1imm)), target); local
289 addJump(branch32(GreaterThanOrEqual, regT0, regT1), target); local
297 unsigned target = currentInstruction[3].u.operand; local
312 emitJumpSlowToHot(branchTest32(Zero, regT0), target); local
329 emitJumpSlowToHot(branchDouble(DoubleLessThanOrEqualOrUnordered, fpRegT1, fpRegT0), target); local
340 emitJumpSlowToHot(branchTest32(Zero, regT0), target); local
355 emitJumpSlowToHot(branchDouble(DoubleLessThanOrEqualOrUnordered, fpRegT1, fpRegT0), target); local
366 emitJumpSlowToHot(branchTest32(Zero, regT0), target); local
380 emitJumpSlowToHot(branchDouble(DoubleLessThanOrEqualOrUnordered, fpRegT1, fpRegT0), target); local
394 emitJumpSlowToHot(branchTest32(Zero, regT0), target); local
402 unsigned target = currentInstruction[3].u.operand; local
415 addJump(branch32(GreaterThan, regT0, Imm32(asString(getConstantOperand(op1))->tryGetValue()[0])), target); local
424 addJump(branch32(LessThan, regT0, Imm32(asString(getConstantOperand(op2))->tryGetValue()[0])), target); local
431 addJump(branch32(LessThan, regT0, Imm32(op2imm)), target); local
436 addJump(branch32(GreaterThan, regT1, Imm32(op1imm)), target); local
442 addJump(branch32(LessThan, regT0, regT1), target); local
450 unsigned target = currentInstruction[3].u.operand; local
465 emitJumpSlowToHot(branchTest32(NonZero, regT0), target); local
482 emitJumpSlowToHot(branchDouble(DoubleLessThan, fpRegT0, fpRegT1), target); local
493 emitJumpSlowToHot(branchTest32(NonZero, regT0), target); local
508 emitJumpSlowToHot(branchDouble(DoubleLessThan, fpRegT0, fpRegT1), target); local
519 emitJumpSlowToHot(branchTest32(NonZero, regT0), target); local
533 emitJumpSlowToHot(branchDouble(DoubleLessThan, fpRegT0, fpRegT1), target); local
547 emitJumpSlowToHot(branchTest32(NonZero, regT0), target); local
555 unsigned target = currentInstruction[3].u.operand; local
603 unsigned target = currentInstruction[3].u.operand; local
[all...]
/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
H A DlibEGL.cpp1056 EGLBoolean __stdcall eglCopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target) argument
1058 TRACE("(EGLDisplay dpy = 0x%0.8p, EGLSurface surface = 0x%0.8p, EGLNativePixmapType target = 0x%0.8p)", dpy, surface, target);
/external/webkit/Source/WebCore/bindings/js/
H A DJSWebGLRenderingContextCustom.cpp141 unsigned target = exec->argument(0).toInt32(exec); local
150 info = context->getBufferParameter(target, pname, ec);
153 info = context->getRenderbufferParameter(target, pname, ec);
156 info = context->getTexParameter(target, pname, ec);
159 // target => index
160 info = context->getVertexAttrib(target, pname, ec);
254 unsigned target = exec->argument(0).toInt32(exec); local
263 WebGLGetInfo info = context->getFramebufferAttachmentParameter(target, attachment, pname, ec);
/external/webkit/Source/WebCore/bindings/v8/
H A DScriptController.cpp103 bool ScriptController::isSafeScript(Frame* target) argument
105 return V8BindingSecurity::canAccessFrame(V8BindingState::Only(), target, true);
H A DV8DOMWindowShell.cpp129 Frame* target = 0; local
134 return target;
137 target = targetWindow->frame();
140 target = history->frame();
143 target = location->frame();
145 return target;
150 Frame* target = getTargetFrame(host, data); local
151 if (target)
152 V8Proxy::reportUnsafeAccessTo(target);
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8DOMWindowCustom.cpp546 Frame* target = targetWindow->frame(); local
547 if (!target)
554 if (type == v8::ACCESS_HAS && target->tree()->child(name))
556 if (type == v8::ACCESS_GET && target->tree()->child(name) && !host->HasRealNamedProperty(key->ToString()))
560 return V8BindingSecurity::canAccessFrame(V8BindingState::Only(), target, false);
573 Frame* target = targetWindow->frame(); local
574 if (!target)
579 if (type == v8::ACCESS_HAS && target->tree()->child(index))
581 if (type == v8::ACCESS_GET && target->tree()->child(index) && !host->HasRealIndexedProperty(index))
584 return V8BindingSecurity::canAccessFrame(V8BindingState::Only(), target, fals
[all...]
H A DV8WebGLRenderingContextCustom.cpp201 unsigned target = toInt32(args[0]); local
206 info = context->getBufferParameter(target, pname, ec);
209 info = context->getRenderbufferParameter(target, pname, ec);
212 info = context->getTexParameter(target, pname, ec);
215 // target => index
216 info = context->getVertexAttrib(target, pname, ec);
304 unsigned target = toInt32(args[0]); local
307 WebGLGetInfo info = context->getFramebufferAttachmentParameter(target, attachment, pname, ec);
/external/webkit/Source/WebCore/dom/
H A DElement.h253 virtual String target() const { return String(); } function in class:WebCore::Element
H A DEvent.h78 EventTarget* target() const { return m_target.get(); } function in class:WebCore::Event
95 EventTarget* srcElement() const { return target(); } // MSIE extension - "the object that fired the event"
H A DScriptExecutionContext.cpp346 EventTarget* target = errorEventTarget(); local
347 if (!target)
358 target->dispatchEvent(errorEvent);
/external/webkit/Source/WebCore/editing/
H A DMarkupAccumulator.cpp311 void MarkupAccumulator::appendProcessingInstruction(Vector<UChar>& out, const String& target, const String& data) argument
315 append(out, target);
408 appendProcessingInstruction(result, static_cast<const ProcessingInstruction*>(node)->target(), static_cast<const ProcessingInstruction*>(node)->data());
/external/webkit/Source/WebCore/history/
H A DHistoryItem.h83 static PassRefPtr<HistoryItem> create(const KURL& url, const String& target, const String& parent, const String& title) argument
85 return adoptRef(new HistoryItem(url, target, parent, title));
113 const String& target() const;
/external/webkit/Source/WebCore/html/
H A DHTMLAnchorElement.cpp116 ASSERT(event->target());
117 Node* target = event->target()->toNode(); local
118 ASSERT(target);
119 if (!target->hasTagName(imgTag))
122 HTMLImageElement* imageElement = static_cast<HTMLImageElement*>(event->target()->toNode());
299 String HTMLAnchorElement::target() const function in class:WebCore::HTMLAnchorElement
554 void handleLinkClick(Event* event, Document* document, const String& url, const String& target, bool hideReferrer) argument
561 frame->loader()->urlSelected(document->completeURL(url), target, event, false, false, hideReferrer ? NoReferrer : SendReferrer);
/external/webkit/Source/WebCore/inspector/
H A DInspectorBrowserDebuggerAgent.cpp253 void InspectorBrowserDebuggerAgent::descriptionForDOMEvent(Node* target, int breakpointType, bool insertion, InspectorObject* description) argument
255 ASSERT(hasBreakpoint(target, breakpointType));
257 Node* breakpointOwner = target;
259 // For inheritable breakpoint types, target node isn't always the same as the node that owns a breakpoint.
261 RefPtr<InspectorObject> targetNodeObject = m_domAgent->resolveNode(target);
266 breakpointOwner = InspectorDOMAgent::innerParentNode(target);
/external/webkit/Source/WebCore/platform/graphics/
H A DTiledBackingStore.cpp146 IntRect target = intersection(tileRect, dirtyRect); local
147 if (target.isEmpty())
149 Tile::paintCheckerPattern(context, FloatRect(target));
/external/webkit/Source/WebCore/platform/text/
H A DTextCodecICU.cpp251 int TextCodecICU::decodeToBuffer(UChar* target, UChar* targetLimit, const char*& source, const char* sourceLimit, int32_t* offsets, bool flush, UErrorCode& err) argument
253 UChar* targetStart = target;
255 ucnv_toUnicode(m_converterICU, &target, targetLimit, &source, sourceLimit, offsets, flush, &err);
256 return target - targetStart;
459 char* target = buffer; local
460 char* targetLimit = target + ConversionBufferSize;
462 ucnv_fromUnicode(m_converterICU, &target, targetLimit, &source, sourceLimit, 0, true, &err);
463 size_t count = target - buffer;
/external/webkit/Source/WebCore/plugins/
H A Dnpapi.cpp72 NPError NPN_GetURLNotify(NPP instance, const char* url, const char* target, void* notifyData) argument
74 return pluginViewForInstance(instance)->getURLNotify(url, target, notifyData);
77 NPError NPN_GetURL(NPP instance, const char* url, const char* target) argument
79 return pluginViewForInstance(instance)->getURL(url, target);
82 NPError NPN_PostURLNotify(NPP instance, const char* url, const char* target, uint32_t len, const char* buf, NPBool file, void* notifyData) argument
84 return pluginViewForInstance(instance)->postURLNotify(url, target, len, buf, file, notifyData);
87 NPError NPN_PostURL(NPP instance, const char* url, const char* target, uint32_t len, const char* buf, NPBool file) argument
89 return pluginViewForInstance(instance)->postURL(url, target, len, buf, file);
92 NPError NPN_NewStream(NPP instance, NPMIMEType type, const char* target, NPStream** stream) argument
94 return pluginViewForInstance(instance)->newStream(type, target, strea
[all...]
/external/webkit/Source/WebKit/win/
H A DDOMEventsClasses.cpp125 HRESULT STDMETHODCALLTYPE DOMEvent::target( function in class:DOMEvent
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
H A DWKBundlePage.cpp230 bool WKBundlePageFindString(WKBundlePageRef pageRef, WKStringRef target, WKFindOptions findOptions) argument
232 return toImpl(pageRef)->findStringFromInjectedBundle(toImpl(target)->string(), toFindOptions(findOptions));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/
H A DANTLR3.java69 private File target = null; field in class:ANTLR3
133 log("Setting target to: " + targetFile.toString(), Project.MSG_VERBOSE);
134 this.target = targetFile;
441 commandline.createArgument().setValue(target.toString());
468 log("All dependencies of grammar file \'" + target.getCanonicalPath() + "\' are up to date.", Project.MSG_VERBOSE);
470 log("All dependencies of grammar file \'" + target.toString() + "\' are up to date.", Project.MSG_VERBOSE);
551 if (target == null) {
552 throw new BuildException("No target grammar, lexer grammar or tree parser specified!");
553 } else if (!target.isFile()) {
554 throw new BuildException("Target: " + target
[all...]

Completed in 571 milliseconds

<<11121314151617181920>>