| /frameworks/rs/cpu_ref/ | 
| rsCpuIntrinsicResize.cpp | 30     void populateScript(Script *) override; 36     RsdCpuScriptIntrinsicResize(RsdCpuReferenceImpl *ctx, const Script *s, const Element *);
 635             RsdCpuReferenceImpl *ctx, const Script *s, const Element *e)
 691 void RsdCpuScriptIntrinsicResize::populateScript(Script *s) {
 700 RsdCpuScriptImpl * rsdIntrinsic_Resize(RsdCpuReferenceImpl *ctx, const Script *s, const Element *e) {
 
 | 
| /external/v8/src/runtime/ | 
| runtime-internal.cc | 301   return message->script(); 388     Object* script = fun->shared()->script();  local
 389     if (script->IsScript() &&
 390         !(Script::cast(script)->source()->IsUndefined())) {
 391       Handle<Script> casted_script(Script::cast(script));
 414             : new ParseInfo(&zone, location.script()));
 [all...]
 | 
| runtime-function.cc | 59   Handle<Object> script(Handle<JSFunction>::cast(function)->shared()->script(), 61   if (!script->IsScript()) return isolate->heap()->undefined_value();
 62   return *Script::GetWrapper(Handle<Script>::cast(script));
 184       target_shared, Handle<Object>(source_shared->script(), isolate));
 
 | 
| /external/llvm/utils/release/ | 
| build_llvm_package.bat | 4 REM Script for building the LLVM installer on Windows, 
 | 
| /external/v8/src/debug/ | 
| liveedit.cc | 720   // Saves only function code, because for a script function we 834 MaybeHandle<JSArray> LiveEdit::GatherCompileInfo(Handle<Script> script,
 836   Isolate* isolate = script->GetIsolate();
 840       Handle<Object>(script->source(), isolate);
 841   script->set_source(*source);
 851     Compiler::CompileForLiveEdit(script);
 864     if (exception->IsJSObject() && !message_location.script().is_null()) {
 878           Script::GetWrapper(message_location.script());
 [all...]
 | 
| /external/v8/src/wasm/ | 
| wasm-js.cc | 142   v8::internal::AsmTyper typer(info->isolate(), info->zone(), *(info->script()), 172   i::Handle<i::Script> script = factory->NewScript(Utils::OpenHandle(*source));  local
 173   i::ParseInfo info(&zone, script);
 205   i::Handle<i::Script> script = factory->NewScript(Utils::OpenHandle(*source));  local
 206   i::ParseInfo info(&zone, script);
 
 | 
| /frameworks/compile/slang/tests/P_reduce_general_input/ | 
| ScriptField_MyStruct.java.expect | 30 public class ScriptField_MyStruct extends android.renderscript.Script.FieldBase { 
 | 
| /frameworks/compile/slang/tests/P_reduce_general_inputs/ | 
| ScriptField_MyStruct.java.expect | 30 public class ScriptField_MyStruct extends android.renderscript.Script.FieldBase { 
 | 
| /frameworks/compile/slang/tests/P_reduce_general_result/ | 
| ScriptField_MyStruct.java.expect | 30 public class ScriptField_MyStruct extends android.renderscript.Script.FieldBase { 
 | 
| /frameworks/rs/ | 
| rsScriptGroup.cpp | 54 ScriptGroup::Node::Node(Script *s) { 60 ScriptGroup::Node * ScriptGroup::findNode(Script *s) const {
 
 | 
| /prebuilts/sdk/renderscript/lib/ | 
| javalib.jar |  | 
| /external/v8/src/ | 
| objects-inl.h | [all...] | 
| codegen.cc | 175       Handle<Script> script = info->script();  local 176       if (!script->IsUndefined() && !script->source()->IsUndefined()) {
 178         StringCharacterStream stream(String::cast(script->source()),
 
 | 
| /external/v8/test/cctest/ | 
| test-cpu-profiler.cc | 125   i::EmbeddedVector<char, 256> script;  local 130   i::SNPrintF(script,
 137   CompileRun(script.start());
 573 // Check that the profile tree for the script above will look like the
 645 // Check that the profile tree for the script above will look like the
 1081  i::EmbeddedVector<char, 512> script;  local
 1701  const v8::CpuProfileNode* script = GetChild(env, root, "");  local
 1922  v8::Local<v8::Script> script = v8_compile(source);  local
 1992  v8::Local<v8::Script> script = v8_compile(source);  local
 2064  v8::Local<v8::Script> script = v8_compile(source);  local
 [all...]
 | 
| test-javascript-arm64.cc | 53 using ::v8::Script; 
 | 
| test-log-stack-tracer.cc | 47 using v8::Script; 138   // Compile the script.
 170   // script [JS]
 222   // script [JS]
 
 | 
| test-typing-reset.cc | 270   i::Handle<i::Script> script = factory->NewScript(source_code);  local 272   i::ParseInfo info(handles.main_zone(), script);
 
 | 
| /cts/tests/tests/renderscript/src/android/renderscript/cts/ | 
| Float16ArithmeticTest.java | 32 import android.renderscript.Script; 120         ScriptC_float16_arithmetic script = new ScriptC_float16_arithmetic(mRS);  local
 122         script.set_gInput(mInput);
 123         script.forEach_add(mF16Matrix);
 124         script.forEach_bitcast(mF16Matrix, mU16Matrix);
 141         ScriptC_float16_arithmetic script = new ScriptC_float16_arithmetic(mRS);  local
 143         script.set_gInput(mInput);
 144         script.forEach_sub(mF16Matrix);
 145         script.forEach_bitcast(mF16Matrix, mU16Matrix);
 162         ScriptC_float16_arithmetic script = new ScriptC_float16_arithmetic(mRS)  local
 183  ScriptC_float16_arithmetic script = new ScriptC_float16_arithmetic(mRS);  local
 [all...]
 | 
| /cts/tests/tests/rscpp/librscpptest/ | 
| rs_jni_object.cpp | 164     sp<Script> script = new ScriptC_clear_object(mRS);  local 166     ms_clear->set_script(script);
 
 | 
| /external/harfbuzz_ng/src/ | 
| hb-ot-layout-common-private.hh | 66  * Script, ScriptList, LangSys, Feature, FeatureList, Lookup, LookupList 192 struct Script;
 235 struct Script
 257 			const Record<Script>::sanitize_closure_t * = NULL) const
 266 				 * beginning of Script table--may be Null */
 274 typedef RecordListOf<Script> ScriptList;
 [all...]
 | 
| /external/v8/test/cctest/heap/ | 
| test-alloc.cc | 171       v8::Script::Compile( 
 | 
| /external/v8/test/mjsunit/ | 
| debug-evaluate-locals-optimized-double.js | 94           assertEquals(debug.ScopeType.Script, frame.scope(1).scopeType()); 139           assertEquals(debug.ScopeType.Script, frame.scope(0).scopeType());
 
 | 
| debug-evaluate-locals-optimized.js | 85           assertEquals(debug.ScopeType.Script, frame.scope(1).scopeType()); 128           // The bottom frame only have the script scope and the global scope.
 130           assertEquals(debug.ScopeType.Script, frame.scope(0).scopeType());
 
 | 
| /external/v8/tools/ | 
| parser-shell.cc | 99   Handle<Script> script =  local 106     ParseInfo info(&zone, script);
 124     ParseInfo info(&zone, script);
 
 | 
| /frameworks/compile/libbcc/tools/bcc_compat/ | 
| Main.cpp | 34 #include <bcc/Script.h> 139         llvm::errs() << "Out of memory when create script for file `"
 279     fprintf(stderr, "Failed to compile script!");
 
 |