Home
last modified time | relevance | path

Searched refs:TYPE_WASM (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/objects/
Dscript-inl.h31 this->type() != TYPE_WASM) in ACCESSORS()
33 this->type() != TYPE_WASM) in ACCESSORS()
42 this->type() == TYPE_WASM) in ACCESSORS()
Dscript.h28 TYPE_WASM = 3, enumerator
/external/v8/src/runtime/
Druntime-debug.cc475 if (script->type() == Script::TYPE_WASM) { in ScriptLinePosition()
516 Handle<String> sourceText = script->type() == Script::TYPE_WASM in GetJSPositionInfo()
/external/v8/src/debug/
Ddebug-scopes.cc37 DCHECK_NE(Script::TYPE_WASM, frame_inspector->GetScript()->type()); in ScopeIterator()
Ddebug.cc624 if (script->type() == Script::TYPE_WASM) { in SetBreakPointForScript()
1861 if (!script->IsUserJavaScript() && script->type() != i::Script::TYPE_WASM) { in ProcessCompileEvent()
/external/v8/src/
Dapi.cc344 v8::Boolean::New(v8_isolate, script->type() == i::Script::TYPE_WASM), in GetScriptOriginForScript()
9216 if (script->type() == i::Script::TYPE_WASM) return std::vector<int>(); in LineEnds()
9281 return Utils::OpenHandle(this)->type() == i::Script::TYPE_WASM; in IsWasm()
9305 if (script->type() == i::Script::TYPE_WASM) { in GetPossibleBreakpoints()
9355 if (script->type() == i::Script::TYPE_WASM) { in GetSourceOffset()
9428 DCHECK_EQ(i::Script::TYPE_WASM, script->type()); in NumFunctions()
9439 DCHECK_EQ(i::Script::TYPE_WASM, script->type()); in NumImportedFunctions()
9451 DCHECK_EQ(i::Script::TYPE_WASM, script->type()); in GetFunctionRange()
9467 DCHECK_EQ(i::Script::TYPE_WASM, script->type()); in GetFunctionHash()
9486 DCHECK_EQ(i::Script::TYPE_WASM, script->type()); in DisassembleFunction()
Dobjects.cc13593 DCHECK_NE(Script::TYPE_WASM, script->type()); in InitLineEnds()
13613 if (script->type() != Script::TYPE_WASM) InitLineEnds(script); in GetPositionInfo()
13662 if (type() == Script::TYPE_WASM) { in GetPositionInfo()
18591 if (the_script->type() == Script::TYPE_WASM) { in GetSourceLine()
/external/v8/src/wasm/
Dwasm-objects.cc230 if (script->type() == Script::TYPE_WASM) { in New()
Dmodule-compiler.cc3035 script->set_type(Script::TYPE_WASM); in CreateWasmScript()