Home
last modified time | relevance | path

Searched refs:ProcessTypeInference (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dglobal_type_infer.h28 void ProcessTypeInference(BytecodeCircuitBuilder *builder, Circuit *circuit);
Dglobal_type_infer.cpp111 void GlobalTypeInfer::ProcessTypeInference(BytecodeCircuitBuilder *builder, Circuit *circuit) in ProcessTypeInference() function in panda::ecmascript::kungfu::GlobalTypeInfer
/arkcompiler/ets_runtime/ecmascript/compiler/
Dpass.h246 globalTypeInfer.ProcessTypeInference(data->GetBuilder(), data->GetCircuit()); in Run()