| /external/v8/src/ |
| liveedit.h | 34 // User should be able to change script on already running VM. This feature 41 // script.source[positions, positions+length] = new_string; 43 // change area. Then both old and new versions of script are fully compiled 48 // to them in a new script version. However, new version of code will 59 // in a particular script. It gets called from compiler all the time, but 87 static JSArray* GatherCompileInfo(Handle<Script> script, 98 // Updates script field in FunctionSharedInfo. 105 // For a script updates its source field. If old_script_name is provided 106 // (i.e. is a String), also creates a copy of the script with its origina [all...] |
| compiler.h | 44 explicit CompilationInfo(Handle<Script> script); 67 Handle<Script> script() const { return script_; } function in class:v8::internal::BASE_EMBEDDED 192 if (script_->type()->value() == Script::TYPE_NATIVE) { 243 Handle<Script> script_; 311 Handle<Script> script); 317 Handle<Script> script); [all...] |
| handles.h | 215 // Get the JS object corresponding to the given script; create it 217 Handle<JSValue> GetScriptWrapper(Handle<Script> script); 219 // Script line number computations. 220 void InitScriptLineEnds(Handle<Script> script); 226 int GetScriptLineNumber(Handle<Script> script, int code_position); 228 int GetScriptLineNumberSafe(Handle<Script> script, int code_position) [all...] |
| compiler.cc | 54 CompilationInfo::CompilationInfo(Handle<Script> script) 55 : isolate_(script->GetIsolate()), 60 script_(script), 76 script_(Handle<Script>(Script::cast(shared_info->script()))), 93 script_(Handle<Script>(Script::cast(shared_info_->script()))), 363 Handle<Script> script = info->script(); local 509 Handle<Script> script = FACTORY->NewScript(source); local 570 Handle<Script> script = isolate->factory()->NewScript(source); local 798 Handle<Script> script = info->script(); local [all...] |
| /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Scope/ |
| regress-220584.js | 38 * SUMMARY: Testing __parent__ and __proto__ of Script object 45 var summary = 'Testing __parent__ and __proto__ of Script object'; 55 // invoke |Script| as a function 56 s = Script('1;'); 79 // invoke |Script| as a constructor 80 s = new Script('1;');
|
| /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
| UT_foreach_bounds.java | 54 Script.LaunchOptions sc = new Script.LaunchOptions();
|
| /frameworks/rs/cpu_ref/ |
| rsCpuIntrinsic3DLUT.cpp | 30 virtual void populateScript(Script *); 36 RsdCpuScriptIntrinsic3DLUT(RsdCpuReferenceImpl *ctx, const Script *s, const Element *e); 167 const Script *s, const Element *e) 176 void RsdCpuScriptIntrinsic3DLUT::populateScript(Script *s) { 186 const Script *s, const Element *e) {
|
| rsCpuIntrinsicColorMatrix.cpp | 30 virtual void populateScript(Script *); 35 RsdCpuScriptIntrinsicColorMatrix(RsdCpuReferenceImpl *ctx, const Script *s, const Element *e); 194 RsdCpuReferenceImpl *ctx, const Script *s, const Element *e) 209 void RsdCpuScriptIntrinsicColorMatrix::populateScript(Script *s) { 214 const Script *s, const Element *e) {
|
| rsCpuIntrinsicConvolve3x3.cpp | 30 virtual void populateScript(Script *); 37 RsdCpuScriptIntrinsicConvolve3x3(RsdCpuReferenceImpl *ctx, const Script *s, const Element *); 140 RsdCpuReferenceImpl *ctx, const Script *s, const Element *e) 153 void RsdCpuScriptIntrinsicConvolve3x3::populateScript(Script *s) { 162 RsdCpuScriptImpl * rsdIntrinsic_Convolve3x3(RsdCpuReferenceImpl *ctx, const Script *s, const Element *e) {
|
| rsCpuIntrinsicConvolve5x5.cpp | 30 virtual void populateScript(Script *); 37 RsdCpuScriptIntrinsicConvolve5x5(RsdCpuReferenceImpl *ctx, const Script *s, const Element *e); 174 RsdCpuReferenceImpl *ctx, const Script *s, const Element *e) 187 void RsdCpuScriptIntrinsicConvolve5x5::populateScript(Script *s) { 197 const Script *s, const Element *e) {
|
| rsCpuIntrinsicYuvToRGB.cpp | 34 virtual void populateScript(Script *); 40 RsdCpuScriptIntrinsicYuvToRGB(RsdCpuReferenceImpl *ctx, const Script *s, const Element *e); 220 RsdCpuReferenceImpl *ctx, const Script *s, const Element *e) 229 void RsdCpuScriptIntrinsicYuvToRGB::populateScript(Script *s) { 239 const Script *s, const Element *e) {
|
| /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
| ScriptCThunker.java | 42 android.renderscript.Script.KernelID thunkCreateKernelID( 96 android.support.v8.renderscript.Script.LaunchOptions sc) { 97 android.renderscript.Script.LaunchOptions lo = null; 99 lo = new android.renderscript.Script.LaunchOptions(); 156 android.renderscript.Script.FieldID thunkCreateFieldID(int slot, Element e) {
|
| /external/v8/test/cctest/ |
| cctest.h | 206 static inline v8::Local<v8::Script> v8_compile(const char* x) { 207 return v8::Script::Compile(v8_str(x)); 213 return v8::Script::Compile(v8::String::New(source))->Run();
|
| /frameworks/base/graphics/java/android/renderscript/ |
| Script.java | 25 public class Script extends BaseObj { 28 * KernelID is an identifier for a Script + root function pair. It is used 36 Script mScript; 39 KernelID(int id, RenderScript rs, Script s, int slot, int sig) { 68 * FieldID is an identifier for a Script + exported field pair. It is used 76 Script mScript; 78 FieldID(int id, RenderScript rs, Script s, int slot) { 179 Script(int id, RenderScript rs) {
|
| ScriptIntrinsicLUT.java | 138 * @return Script.KernelID The KernelID object. 140 public Script.KernelID getKernelID() {
|
| /external/skia/src/sfnt/ |
| SkIBMFamilyClass.h | 55 ((Script, 2)) 65 ((Script, 2))
|
| /frameworks/compile/libbcc/lib/Renderscript/ |
| RSCompiler.cpp | 32 bool RSCompiler::beforeAddLTOPasses(Script &pScript, llvm::PassManager &pPM) { 35 RSScript &script = static_cast<RSScript &>(pScript); local 36 const RSInfo *info = script.getInfo(); 90 bool RSCompiler::beforeExecuteLTOPasses(Script &pScript, 95 // Script passed to RSCompiler must be a RSScript. 96 RSScript &script = static_cast<RSScript &>(pScript); local 97 const RSInfo *info = script.getInfo(); 98 llvm::Module &module = script.getSource().getModule(); 109 if (script.getEmbedInfo()) {
|
| RSScript.cpp | 71 : Script(pSource), mInfo(NULL), mCompilerVersion(0),
|
| /frameworks/rs/cpp/ |
| Android.mk | 22 Script.cpp \
|
| /external/webkit/Source/WebCore/bindings/v8/ |
| WorkerContextExecutionProxy.h | 69 // Evaluate a script file in the current execution environment. 70 ScriptValue evaluate(const String& script, const String& fileName, const TextPosition0& scriptStartPosition, WorkerContextExecutionState*); 80 // Run an already compiled script. 81 v8::Local<v8::Value> runScript(v8::Handle<v8::Script>);
|
| /frameworks/compile/libbcc/lib/Core/ |
| Compiler.cpp | 30 #include "bcc/Script.h" 50 "Failed to compile the script since there's no available TargetMachine." 155 enum Compiler::ErrorCode Compiler::runLTO(Script &pScript) { 279 enum Compiler::ErrorCode Compiler::runCodeGen(Script &pScript, 329 enum Compiler::ErrorCode Compiler::compile(Script &pScript, 362 enum Compiler::ErrorCode Compiler::compile(Script &pScript,
|
| /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
| ColorMatrix.java | 25 import android.renderscript.Script;
|
| Convolve3x3.java | 25 import android.renderscript.Script;
|
| /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
| ColorMatrix.java | 25 import android.renderscript.Script;
|
| Convolve3x3.java | 25 import android.renderscript.Script;
|