HomeSort by relevance Sort by last modified time
    Searched refs:AddFunction (Results 1 - 23 of 23) sorted by null

  /external/v8/test/cctest/wasm/
test-run-wasm-module.cc 63 uint16_t f_index = builder->AddFunction();
77 uint16_t f1_index = builder->AddFunction();
85 uint16_t f2_index = builder->AddFunction();
100 uint16_t f_index = builder->AddFunction();
128 uint16_t f_index = builder->AddFunction();
154 uint16_t f_index = builder->AddFunction();
182 uint16_t f1_index = builder->AddFunction();
188 uint16_t f2_index = builder->AddFunction();
wasm-run-utils.h 160 WasmFunction* AddFunction(FunctionSig* sig, Handle<Code> code) {
279 module->AddFunction(env.sig, Compile(module));
test-run-wasm-js.cc 31 module->AddFunction(sig, Handle<Code>::null());
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/operators/
AddFunction.java 27 public class AddFunction extends NonEscapingFunction {
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/bundles/
CoreOperators.java 20 import com.google.clearsilver.jsilver.functions.operators.AddFunction;
53 registerFunction("+", new AddFunction());
  /external/v8/src/parsing/
func-name-inferrer.h 62 void AddFunction(FunctionLiteral* func_to_infer) {
parser.h 401 fni->AddFunction(func_to_infer);
    [all...]
parser.cc     [all...]
  /external/google-breakpad/src/common/
module_unittest.cc 89 m.AddFunction(function);
123 m.AddFunction(function);
179 m.AddFunction(function);
225 m.AddFunction(function);
399 m.AddFunction(function1);
400 m.AddFunction(function2);
418 m.AddFunction(function1);
419 m.AddFunction(function2);
498 m.AddFunction(function);
535 m.AddFunction(function)
    [all...]
module.h 202 void AddFunction(Function *function);
module.cc 78 void Module::AddFunction(Function *function) {
119 AddFunction(*it);
  /external/llvm/bindings/go/llvm/
executionengine_test.go 29 fac := AddFunction(mod, "fac", fac_type)
ir_test.go 26 fn := AddFunction(mod, "foo", ftyp)
ir.go     [all...]
  /external/v8/test/unittests/wasm/
encoder-unittest.cc 57 uint16_t f_index = builder->AddFunction();
98 uint16_t f_index = builder->AddFunction();
ast-decoder-unittest.cc     [all...]
  /external/v8/src/wasm/
encoder.h 129 uint16_t AddFunction();
encoder.cc 353 uint16_t WasmModuleBuilder::AddFunction() {
asm-wasm-builder.cc 56 init_function_index = builder_->AddFunction();
980 uint16_t index = builder_->AddFunction();
    [all...]
  /frameworks/opt/setupwizard/tools/docs/
jsilver.jar 
  /prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 
  /external/testng/ant/3rdparty/
doclava-1.0.3.jar 

Completed in 6634 milliseconds