HomeSort by relevance Sort by last modified time
    Searched refs:v8 (Results 451 - 475 of 1279) sorted by null

<<11121314151617181920>>

  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_gt/d/
T_if_gt_4.d 16 if-gt v7, v8, Label11
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_le/d/
T_if_le_4.d 16 if-le v6, v8, Label11
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_lt/d/
T_if_lt_4.d 16 if-lt v6, v8, Label11
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_ne/d/
T_if_ne_5.d 16 if-ne v6, v8, Label11
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/shl_int/d/
T_shl_int_2.d 16 shl-int v0, v7, v8
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/shl_int_2addr/d/
T_shl_int_2addr_2.d 16 shl-int/2addr v7, v8
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/shl_int_lit8/d/
T_shl_int_lit8_7.d 16 shl-int/lit8 v0, v8, 2
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/shl_long/d/
T_shl_long_1.d 16 shl-long v0, v8, v10
T_shl_long_2.d 16 shl-long v0, v8, v11
T_shl_long_7.d 16 shl-long v0, v8, v10
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/shr_int/d/
T_shr_int_2.d 16 shr-int v0, v6, v8
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/shr_int_2addr/d/
T_shr_int_2addr_2.d 16 shr-int/2addr v6, v8
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/shr_int_lit8/d/
T_shr_int_lit8_7.d 16 shr-int/lit8 v0, v8, 2
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/shr_long/d/
T_shr_long_1.d 16 shr-long v0, v8, v10
T_shr_long_2.d 16 shr-long v0, v8, v11
T_shr_long_7.d 16 shr-long v0, v8, v10
  /dalvik/dx/tests/120-disable-extended-ops/
Blort.java 39 int v8 = field8; local
60 sink(v8);
  /external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.h 109 virtual v8::Handle<v8::Value> executeScriptAndReturnValue(
111 virtual v8::Local<v8::Context> mainWorldScriptContext() const;
112 virtual v8::Handle<v8::Value> createFileSystem(WebFileSystem::Type,
115 virtual v8::Handle<v8::Value> createFileEntry(WebFileSystem::Type,
  /external/v8/src/
v8utils.h 1 // Copyright 2010 the V8 project authors. All rights reserved.
34 namespace v8 { namespace
114 inline Vector< Handle<Object> > HandleVector(v8::internal::Handle<T>* elms,
117 reinterpret_cast<v8::internal::Handle<Object>*>(elms), length);
172 class AsciiStringAdapter: public v8::String::ExternalAsciiStringResource {
288 v8::String::ExternalAsciiStringResource {
317 } } // namespace v8::internal
debug-agent.cc 1 // Copyright 2009 the V8 project authors. All rights reserved.
29 #include "v8.h"
35 namespace v8 { namespace
38 // Public V8 debugger API message handler function. This function just delegates
40 void DebuggerAgentMessageHandler(const v8::Debug::Message& message) {
120 v8::Debug::SetMessageHandler2(DebuggerAgentMessageHandler);
138 void DebuggerAgent::DebuggerMessage(const v8::Debug::Message& message) {
143 v8::String::Value val(message.GetJSON());
205 v8::Debug::SendCommand(reinterpret_cast<const uint16_t *>(temp.start()),
335 "V8-Version: %s\r\n", v8::V8::GetVersion())
    [all...]
profile-generator.h 1 // Copyright 2010 the V8 project authors. All rights reserved.
34 #include "../include/v8-profiler.h"
36 namespace v8 { namespace
49 static void TokenRemovedCallback(v8::Persistent<v8::Value> handle,
451 kContextVariable = v8::HeapGraphEdge::kContextVariable,
452 kElement = v8::HeapGraphEdge::kElement,
453 kProperty = v8::HeapGraphEdge::kProperty,
454 kInternal = v8::HeapGraphEdge::kInternal,
455 kHidden = v8::HeapGraphEdge::kHidden
    [all...]
handles.cc 1 // Copyright 2009 the V8 project authors. All rights reserved.
28 #include "v8.h"
44 namespace v8 { namespace
60 v8::ImplementationUtilities::HandleScopeData* current =
69 Utils::ReportApiFailure("v8::HandleScope::CreateHandle()",
101 v8::ImplementationUtilities::HandleScopeData* current =
110 *reinterpret_cast<Address*>(p) = v8::internal::kHandleZapValue;
541 static void ClearWrapperCache(Persistent<v8::Value> handle, void*) {
543 // Weak reference callbacks are called as if from outside V8. We
723 v8::Handle<v8::Array> GetKeysForNamedInterceptor(Handle<JSObject> receiver
    [all...]
atomicops_internals_x86_macosx.h 1 // Copyright 2010 the V8 project authors. All rights reserved.
35 namespace v8 { namespace
254 return v8::internal::Acquire_CompareAndSwap(
262 return v8::internal::Release_CompareAndSwap(
273 return v8::internal::Acquire_Store(
278 return v8::internal::Release_Store(
288 return v8::internal::Acquire_Load(
293 return v8::internal::Release_Load(
299 } } // namespace v8::internal
  /external/srtp/crypto/cipher/
aes_cbc.c 142 c->previous.v8[i] = c->state.v8[i] = input[i];
179 c->state.v8[i] ^= *input++;
191 *output++ = c->state.v8[i];
218 previous.v8[i] = c->previous.v8[i];
232 state.v8[i] = *input++;
251 *output++ = state.v8[i] ^ previous.v8[i];
252 previous.v8[i] = tmp
    [all...]
  /external/libvpx/vp8/encoder/ppc/
variance_altivec.asm 40 vspltisw v8, 0 ;# zero out total to start
57 vsum4shs v8, v2, v8
62 vsum4shs v8, v2, v8
86 vsumsws v8, v8, v7
89 stvx v8, 0, r1
130 vsumsws v8, v8, v
    [all...]

Completed in 196 milliseconds

<<11121314151617181920>>