Home
last modified time | relevance | path

Searched refs:Compute (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dcg_dominance.cpp259 void DomAnalysis::Compute() in Compute() function in DomAnalysis
299 domAnalysis->Compute(); in PhaseRun()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dcg_dominance.h80 void Compute();
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_sample.cpp1320 * Compute(): number {
1329 * Compute() : number {
1338 * Compute() : number {
1350 * let i1:number = d1.Compute();
1351 * let i2:number = d2.Compute();
1352 * let i3:number = d3.Compute();
1364 * Compute(): number {
1379 static Local<NumberRef> Compute(EcmaVM *vm, Local<Derive> thisRef);
1410 proto->Set(vm, StringRef::NewFromUtf8(vm, "Compute"), in NewClassFunction()
1455 Local<NumberRef> Derive::Compute(EcmaV function in panda::test::Derive
[all...]

Completed in 6 milliseconds