HomeSort by relevance Sort by last modified time
    Searched refs:Isolate (Results 226 - 250 of 759) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/v8/src/
code-stubs.h 141 Handle<Code> GetCode(Isolate* isolate);
144 Handle<Code> GetCodeCopyFromTemplate(Isolate* isolate);
161 bool CompilingCallsToThisStubIsGCSafe(Isolate* isolate) {
164 CHECK(!is_pregenerated || FindCodeInCache(&code, isolate));
171 static void GenerateStubsAheadOfTime(Isolate* isolate);
172 static void GenerateFPStubs(Isolate* isolate)
    [all...]
ic.h 94 IC(FrameDepth depth, Isolate* isolate);
133 static inline JSObject* GetCodeCacheHolder(Isolate* isolate,
140 Isolate* isolate() const { return isolate_; } function in class:v8::internal::IC
226 Isolate* isolate_;
260 CallICBase(Code::Kind kind, Isolate* isolate)
261 : IC(EXTRA_CALL_FRAME, isolate), kind_(kind) {
    [all...]
d8.cc 90 explicit PerIsolateData(Isolate* isolate) : isolate_(isolate), realms_(NULL) {
91 HandleScope scope(isolate);
92 isolate->SetData(this);
99 inline static PerIsolateData* Get(Isolate* isolate) {
100 return reinterpret_cast<PerIsolateData*>(isolate->GetData());
114 Isolate* isolate_;
136 explicit DumbLineEditor(Isolate* isolate
291 Isolate* isolate = args.GetIsolate(); local
301 Isolate* isolate = args.GetIsolate(); local
333 Isolate* isolate = args.GetIsolate(); local
351 Isolate* isolate = args.GetIsolate(); local
371 Isolate* isolate = args.GetIsolate(); local
388 Isolate* isolate = args.GetIsolate(); local
412 Isolate* isolate = info.GetIsolate(); local
421 Isolate* isolate = info.GetIsolate(); local
643 Isolate* isolate = v8::Isolate::GetCurrent(); local
1086 Isolate* isolate = args.GetIsolate(); local
1286 Isolate* isolate = Isolate::New(); local
1661 Isolate* isolate = Isolate::GetCurrent(); local
    [all...]
accessors.cc 36 #include "isolate.h"
45 static C* FindInstanceOf(Isolate* isolate, Object* obj) {
46 for (Object* cur = obj; !cur->IsNull(); cur = cur->GetPrototype(isolate)) {
80 JSArray* holder = FindInstanceOf<JSArray>(Isolate::Current(), object);
89 ASSERT(Isolate::Current()->context()->native_context()->number_function()->
91 Map* number_map = Isolate::Current()->context()->native_context()->
99 Isolate* isolate = object->GetIsolate(); local
106 isolate->heap()->length_string(), value, NONE)
115 Handle<JSArray> array_handle(JSArray::cast(object), isolate); local
313 Isolate* isolate = wrapper->GetIsolate(); local
444 Isolate* isolate = Isolate::Current(); local
451 Isolate* isolate = Isolate::Current(); local
475 Isolate* isolate = object->GetIsolate(); local
527 Isolate* isolate = Isolate::Current(); local
558 Isolate* isolate = Isolate::Current(); local
579 Isolate* isolate = Isolate::Current(); local
589 Isolate* isolate = inlined_function->GetIsolate(); local
613 Isolate* isolate = Isolate::Current(); local
736 Isolate* isolate = Isolate::Current(); local
805 Isolate* isolate = instance->GetIsolate(); local
828 Isolate* isolate = instance->GetIsolate(); local
    [all...]
bootstrapper.h 68 Isolate* isolate = shared->GetIsolate(); local
69 Factory* factory = isolate->factory();
70 HandleScope scope(isolate);
137 Isolate* isolate_;
147 friend class Isolate;
150 explicit Bootstrapper(Isolate* isolate);
codegen.cc 67 if (info->isolate()->bootstrapper()->IsActive()) {
106 Isolate* isolate = info->isolate(); local
115 isolate->factory()->NewCode(desc, flags, masm->CodeObject(),
118 isolate->counters()->total_compiled_code_size()->Increment(
129 bool print_code = Isolate::Current()->bootstrapper()->IsActive()
178 Isolate* isolate = Isolate::Current() local
    [all...]
counters.cc 31 #include "isolate.h"
44 return Isolate::Current()->stats_table()->FindLocation(name_);
50 isolate()->stats_table()->AddHistogramSample(histogram_, sample);
55 return isolate()->stats_table()->
67 LOG(isolate(), TimerEvent(Logger::START, name()));
81 LOG(isolate(), TimerEvent(Logger::END, name()));
jsregexp-inl.h 45 if (register_array_size_ > Isolate::kJSRegexpStaticOffsetsVectorSize) {
regexp-macro-assembler.h 217 Isolate* isolate);
224 Isolate* isolate);
232 Isolate* isolate);
252 Isolate* isolate);
  /external/chromium_org/v8/test/cctest/
test-heap.cc 82 static void CheckOddball(Isolate* isolate, Object* obj, const char* string) {
86 *Execution::ToString(Handle<Object>(obj, isolate), &exc);
91 static void CheckSmi(Isolate* isolate, int value, const char* string) {
94 *Execution::ToString(Handle<Object>(Smi::FromInt(value), isolate), &exc);
99 static void CheckNumber(Isolate* isolate, double value, const char* string) {
104 *Execution::ToString(Handle<Object>(obj, isolate), &exc);
109 static void CheckFindCodeObject(Isolate* isolate)
148 Isolate* isolate = Isolate::Current(); local
250 Isolate* isolate = Isolate::Current(); local
331 Isolate* isolate = reinterpret_cast<Isolate*>(CcTest::isolate()); local
343 Isolate* isolate = Isolate::Current(); local
355 Isolate* isolate = Isolate::Current(); local
408 Isolate* isolate = Isolate::Current(); local
449 Isolate* isolate = Isolate::Current(); local
495 Isolate* isolate = Isolate::Current(); local
617 Isolate* isolate = Isolate::Current(); local
642 Isolate* isolate = Isolate::Current(); local
717 Isolate* isolate = Isolate::Current(); local
743 Isolate* isolate = Isolate::Current(); local
792 Isolate* isolate = Isolate::Current(); local
842 Isolate* isolate = Isolate::Current(); local
897 Isolate* isolate = Isolate::Current(); local
959 Isolate* isolate = Isolate::Current(); local
1038 Isolate* isolate = Isolate::Current(); local
1087 Isolate* isolate = Isolate::Current(); local
1155 Isolate* isolate = Isolate::Current(); local
1223 Isolate* isolate = Isolate::Current(); local
1319 Isolate* isolate = Isolate::Current(); local
1445 Isolate* isolate = icontext->GetIsolate(); local
1462 Isolate* isolate = Isolate::Current(); local
1591 Isolate* isolate = heap->isolate(); local
1692 v8::Isolate* isolate = v8::Isolate::GetCurrent(); local
1738 v8::Isolate* isolate = v8::Isolate::GetCurrent(); local
1782 v8::Isolate* isolate = v8::Isolate::GetCurrent(); local
1826 v8::Isolate* isolate = v8::Isolate::GetCurrent(); local
1930 Isolate* isolate = Isolate::Current(); local
2588 Isolate* isolate = Isolate::Current(); local
2630 Isolate* isolate = Isolate::Current(); local
2970 Isolate* isolate = Isolate::Current(); local
3033 Isolate* isolate = Isolate::Current(); local
3095 Isolate* isolate = Isolate::Current(); local
3154 Isolate* isolate = Isolate::Current(); local
3240 Isolate* isolate = Isolate::Current(); local
3315 Isolate* isolate = Isolate::Current(); local
3371 Isolate* isolate = Isolate::Current(); local
3428 Isolate* isolate = Isolate::Current(); local
    [all...]
test-thread-termination.cc 118 v8::HandleScope scope(v8::Isolate::GetCurrent());
122 v8::Context::New(v8::Isolate::GetCurrent(), NULL, global);
138 v8::HandleScope scope(v8::Isolate::GetCurrent());
142 v8::Context::New(v8::Isolate::GetCurrent(), NULL, global);
157 explicit TerminatorThread(i::Isolate* isolate)
159 isolate_(reinterpret_cast<v8::Isolate*>(isolate)) { }
167 v8::Isolate* isolate_;
175 TerminatorThread thread(i::Isolate::Current())
    [all...]
test-assembler-ia32.cc 51 Isolate* isolate = reinterpret_cast<Isolate*>(CcTest::isolate()); local
52 HandleScope scope(isolate);
55 Assembler assm(isolate, buffer, sizeof buffer);
63 Object* code = isolate->heap()->CreateCode(
80 Isolate* isolate = reinterpret_cast<Isolate*>(CcTest::isolate()) local
119 Isolate* isolate = reinterpret_cast<Isolate*>(CcTest::isolate()); local
234 Isolate* isolate = reinterpret_cast<Isolate*>(CcTest::isolate()); local
342 Isolate* isolate = reinterpret_cast<Isolate*>(CcTest::isolate()); local
398 Isolate* isolate = reinterpret_cast<Isolate*>(CcTest::isolate()); local
412 Isolate* isolate = reinterpret_cast<Isolate*>(CcTest::isolate()); local
480 Isolate* isolate = reinterpret_cast<Isolate*>(CcTest::isolate()); local
535 v8::Isolate* isolate = v8::Isolate::GetCurrent(); local
    [all...]
  /external/chromium_org/chrome/test/base/
module_system_test.h 59 v8::Isolate* isolate_;
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ArrayValue.cpp 64 ASSERT(m_isolate == v8::Isolate::GetCurrent());
CustomElementConstructorBuilder.h 84 v8::Handle<v8::Function> retrieveCallback(v8::Isolate*, const char* name);
V8Binding.cpp 70 v8::Handle<v8::Value> setDOMException(int exceptionCode, v8::Isolate* isolate)
72 return V8ThrowException::throwDOMException(exceptionCode, isolate);
75 v8::Handle<v8::Value> setDOMException(int exceptionCode, const String& message, v8::Isolate* isolate)
77 return V8ThrowException::throwDOMException(exceptionCode, message, isolate);
80 v8::Handle<v8::Value> throwError(V8ErrorType errorType, const String& message, v8::Isolate* isolate)
82 return V8ThrowException::throwError(errorType, message, isolate);
90 v8::Handle<v8::Value> throwTypeError(v8::Isolate* isolate
    [all...]
V8Callback.h 55 PassRefPtr<V8CallbackType> createFunctionOnlyCallback(v8::Local<v8::Value> value, bool& succeeded, v8::Isolate* isolate, CallbackAllowedValueFlags acceptedValues = 0)
67 setDOMException(TypeMismatchError, isolate);
V8DOMConfiguration.cpp 36 void V8DOMConfiguration::batchConfigureAttributes(v8::Handle<v8::ObjectTemplate> instance, v8::Handle<v8::ObjectTemplate> prototype, const BatchedAttribute* attributes, size_t attributeCount, v8::Isolate* isolate, WrapperWorldType currentWorldType)
39 configureAttribute(instance, prototype, attributes[i], isolate, currentWorldType);
42 void V8DOMConfiguration::batchConfigureConstants(v8::Handle<v8::FunctionTemplate> functionDescriptor, v8::Handle<v8::ObjectTemplate> prototype, const BatchedConstant* constants, size_t constantCount, v8::Isolate* isolate)
46 functionDescriptor->Set(v8::String::NewSymbol(constant->name), v8::Integer::New(constant->value, isolate), v8::ReadOnly);
47 prototype->Set(v8::String::NewSymbol(constant->name), v8::Integer::New(constant->value, isolate), v8::ReadOnly);
51 void V8DOMConfiguration::batchConfigureCallbacks(v8::Handle<v8::ObjectTemplate> prototype, v8::Handle<v8::Signature> signature, v8::PropertyAttribute attributes, const BatchedMethod* callbacks, size_t callbackCount, v8::Isolate*, WrapperWorldType currentWorldType)
62 size_t fieldCount, const BatchedAttribute* attributes, size_t attributeCount, const BatchedMethod* callbacks, size_t callbackCount, v8::Isolate* isolate, WrapperWorldType currentWorldType
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8AlgorithmCustom.cpp 43 v8::Handle<v8::Object> wrap(Algorithm* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
50 return V8Algorithm::createWrapper(impl, creationContext, isolate);
52 return wrap(static_cast<AesCbcParams*>(impl), creationContext, isolate);
54 return wrap(static_cast<AesKeyGenParams*>(impl), creationContext, isolate);
56 return wrap(static_cast<HmacParams*>(impl), creationContext, isolate);
58 return wrap(static_cast<RsaSsaParams*>(impl), creationContext, isolate);
60 return wrap(static_cast<RsaKeyGenParams*>(impl), creationContext, isolate);
V8CSSValueCustom.cpp 45 v8::Handle<v8::Object> wrap(CSSValue* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
49 return wrap(static_cast<CSSTransformValue*>(impl), creationContext, isolate);
51 return wrap(static_cast<CSSMixFunctionValue*>(impl), creationContext, isolate);
53 return wrap(static_cast<CSSFilterValue*>(impl), creationContext, isolate);
55 return wrap(toCSSValueList(impl), creationContext, isolate);
57 return wrap(toCSSPrimitiveValue(impl), creationContext, isolate);
59 return wrap(static_cast<SVGPaint*>(impl), creationContext, isolate);
61 return wrap(static_cast<SVGColor*>(impl), creationContext, isolate);
62 return V8CSSValue::createWrapper(impl, creationContext, isolate);
    [all...]
V8EventCustom.cpp 57 return wrap(static_cast<interfaceName*>(event), creationContext, isolate);
59 v8::Handle<v8::Object> wrap(Event* event, v8::Handle<v8::Object> creationContext, v8::Isolate *isolate)
67 return V8Event::createWrapper(event, creationContext, isolate);
71 return V8Event::createWrapper(event, creationContext, isolate);
  /external/chromium_org/third_party/WebKit/Source/web/
WebSerializedScriptValue.cpp 49 WebSerializedScriptValue serializedValue = SerializedScriptValue::create(value, 0, 0, didThrow, v8::Isolate::GetCurrent());
  /external/chromium_org/v8/src/arm/
cpu-arm.cc 66 Simulator::FlushICache(Isolate::Current()->simulator_i_cache(), start, size);
  /external/chromium_org/v8/src/extensions/i18n/
break-iterator.h 54 static void DeleteBreakIterator(v8::Isolate* isolate,
  /external/chromium_org/v8/src/mips/
cpu-mips.cc 86 Simulator::FlushICache(Isolate::Current()->simulator_i_cache(), start, size);

Completed in 785 milliseconds

1 2 3 4 5 6 7 8 91011>>