HomeSort by relevance Sort by last modified time
    Searched refs:Int32Value (Results 26 - 50 of 102) sorted by null

12 3 4 5

  /external/chromium_org/chrome/renderer/extensions/
render_view_observer_natives.cc 69 int view_id = args[0]->Int32Value();
send_request_natives.cc 42 int request_id = args[2]->Int32Value();
app_window_custom_bindings.cc 82 int view_id = args[0]->Int32Value();
messaging_bindings.cc 110 int port_id = args[0]->Int32Value();
131 int port_id = args[0]->Int32Value();
152 int port_id = args[0]->Int32Value();
164 int port_id = args[0]->Int32Value();
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8JavaScriptCallFrameCustom.cpp 60 int scopeIndex = info[0]->Int32Value();
V8WorkerGlobalScopeCustom.cpp 87 int32_t timeout = argumentCount >= 2 ? info[1]->Int32Value() : 0;
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
JavaScriptCallFrame.cpp 71 return result->Int32Value();
81 return result->Int32Value();
91 return result->Int32Value();
115 return scopeType->Get(scopeIndex)->Int32Value();
  /external/chromium_org/v8/test/cctest/
test-platform.cc 90 CHECK_EQ(0, result->Int32Value() % OS::ActivationFrameAlignment());
test-api.cc 112 CHECK_EQ(expected, result->Int32Value());
210 CHECK_EQ(6, script->Run()->Int32Value());
442 CHECK_EQ(6, script->Run()->Int32Value());
516 CHECK_EQ(7, value->Int32Value());
552 CHECK_EQ(7, value->Int32Value());
584 CHECK_EQ(7, value->Int32Value());
610 CHECK_EQ(7, value->Int32Value());
862 CHECK_EQ(7, value->Int32Value());
883 CHECK_EQ(7, value->Int32Value());
    [all...]
test-accessors.cc 85 CHECK_EQ(900, getter->Run()->Int32Value());
87 CHECK_EQ(901, setter->Run()->Int32Value());
89 CHECK_EQ(907, getter->Run()->Int32Value());
91 CHECK_EQ(908, setter->Run()->Int32Value());
94 CHECK_EQ(902, getter->Run()->Int32Value());
96 CHECK_EQ(903, setter->Run()->Int32Value());
114 *field = value->Int32Value();
174 x_register[offset] = value->Int32Value();
345 CHECK_EQ(17, result->Int32Value());
409 CHECK_EQ(17, result->Int32Value());
    [all...]
test-debug.cc 251 return v8::Script::Compile(str)->Run()->Int32Value();
277 return value->Int32Value();
306 return value->Int32Value();
725 last_source_line = result->Int32Value();
735 last_source_column = result->Int32Value();
837 last_js_stack_height = result->Int32Value();
    [all...]
  /art/compiler/dex/quick/mips/
int_mips.cc 418 int len_offset = mirror::Array::LengthOffset().Int32Value();
425 data_offset = mirror::Array::DataOffset(sizeof(int64_t)).Int32Value();
427 data_offset = mirror::Array::DataOffset(sizeof(int32_t)).Int32Value();
489 int len_offset = mirror::Array::LengthOffset().Int32Value();
493 data_offset = mirror::Array::DataOffset(sizeof(int64_t)).Int32Value();
495 data_offset = mirror::Array::DataOffset(sizeof(int32_t)).Int32Value();
560 int len_offset = mirror::Array::LengthOffset().Int32Value();
561 int data_offset = mirror::Array::DataOffset(sizeof(mirror::Object*)).Int32Value();
581 LoadWordDisp(r_array, mirror::Object::ClassOffset().Int32Value(), r_array_class);
call_mips.cc 295 int ex_offset = Thread::ExceptionOffset().Int32Value();
312 LoadWordDisp(rMIPS_SELF, Thread::CardTableOffset().Int32Value(), reg_card_base);
345 LoadWordDisp(rMIPS_SELF, Thread::StackEndOffset().Int32Value(), check_reg);
  /art/compiler/jni/quick/arm/
calling_convention_arm.cc 82 FrameOffset(displacement_.Int32Value() + // displacement
198 size_t offset = displacement_.Int32Value() - OutArgSize() + ((itr_slots_ - 4) * kPointerSize);
  /art/compiler/jni/quick/mips/
calling_convention_mips.cc 82 FrameOffset(displacement_.Int32Value() + // displacement
202 size_t offset = displacement_.Int32Value() - OutArgSize() + (itr_slots_ * kPointerSize);
  /art/compiler/llvm/
runtime_support_builder_x86.cc 46 std::string inline_asm(StringPrintf("mov %%fs:%d, $0", Thread::SelfOffset().Int32Value()));
  /art/runtime/mirror/
object.h 100 OFFSET_OF_OBJECT_MEMBER(Object, monitor_).Int32Value();
194 const byte* raw_addr = reinterpret_cast<const byte*>(this) + field_offset.Int32Value();
208 byte* raw_addr = reinterpret_cast<byte*>(this) + field_offset.Int32Value();
object-inl.h 243 const byte* raw_addr = reinterpret_cast<const byte*>(this) + field_offset.Int32Value();
256 byte* raw_addr = reinterpret_cast<byte*>(this) + field_offset.Int32Value();
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8Binding.cpp 197 int32_t result = value->Int32Value();
236 int32_t result = value->Int32Value();
294 return value->Int32Value();
315 V8TRYCATCH_RETURN(int32_t, result, numberObject->Int32Value(), 0);
329 int32_t result = value->Int32Value();
368 return value->Int32Value();
402 int32_t result = value->Int32Value();
V8NodeFilterCondition.cpp 92 return result->Int32Value();
  /external/v8/test/cctest/
test-accessors.cc 62 CHECK_EQ(900, getter->Run()->Int32Value());
64 CHECK_EQ(901, setter->Run()->Int32Value());
82 *field = value->Int32Value();
130 x_register = value->Int32Value();
264 CHECK_EQ(17, result->Int32Value());
320 CHECK_EQ(17, result->Int32Value());
447 CHECK_EQ(100, result->Int32Value());
test-debug.cc 227 return v8::Script::Compile(str)->Run()->Int32Value();
251 return value->Int32Value();
278 return value->Int32Value();
684 last_source_line = result->Int32Value();
694 last_source_column = result->Int32Value();
794 last_js_stack_height = result->Int32Value();
    [all...]
  /art/compiler/dex/quick/
gen_invoke.cc 386 mirror::ArtMethod::DexCacheResolvedMethodsOffset().Int32Value(), cg->TargetReg(kArg0));
408 mirror::Array::DataOffset(sizeof(mirror::Object*)).Int32Value() +
416 mirror::ArtMethod::GetEntryPointFromCompiledCodeOffset().Int32Value(),
454 cg->LoadWordDisp(cg->TargetReg(kArg1), mirror::Object::ClassOffset().Int32Value(),
458 cg->LoadWordDisp(cg->TargetReg(kInvokeTgt), mirror::Class::VTableOffset().Int32Value(),
463 mirror::Array::DataOffset(sizeof(mirror::Object*)).Int32Value(),
469 mirror::ArtMethod::GetEntryPointFromCompiledCodeOffset().Int32Value(),
499 cg->LoadWordDisp(cg->TargetReg(kSelf), trampoline.Int32Value(),
529 cg->LoadWordDisp(cg->TargetReg(kSelf), trampoline.Int32Value(),
535 mirror::ArtMethod::DexCacheResolvedMethodsOffset().Int32Value(),
    [all...]
  /art/compiler/jni/portable/
jni_compiler.cc 93 mirror::ArtMethod::DeclaringClassOffset().Int32Value(),
130 irb_.Runtime().EmitLoadFromThreadOffset(Thread::JniEnvOffset().Int32Value(),
137 mirror::ArtMethod::NativeMethodOffset().Int32Value(),
  /art/compiler/dex/quick/arm/
int_arm.cc 760 int len_offset = mirror::Array::LengthOffset().Int32Value();
770 data_offset = mirror::Array::DataOffset(sizeof(int64_t)).Int32Value();
772 data_offset = mirror::Array::DataOffset(sizeof(int32_t)).Int32Value();
850 int len_offset = mirror::Array::LengthOffset().Int32Value();
855 data_offset = mirror::Array::DataOffset(sizeof(int64_t)).Int32Value();
857 data_offset = mirror::Array::DataOffset(sizeof(int32_t)).Int32Value();
938 int len_offset = mirror::Array::LengthOffset().Int32Value();
939 int data_offset = mirror::Array::DataOffset(sizeof(mirror::Object*)).Int32Value();
    [all...]

Completed in 966 milliseconds

12 3 4 5