Home
last modified time | relevance | path

Searched refs:canTypedCall (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dbytecode_info_collector.cpp178 bool canTypedCall = true; in CollectMethodPcsFromBC() local
192 canTypedCall = false; in CollectMethodPcsFromBC()
213 method->SetCanTypedCall(canTypedCall); in CollectMethodPcsFromBC()
285 bool *canFastCall, bool *canTypedCall) in CollectMethodInfoFromBC()
354 *canTypedCall = false; in CollectMethodInfoFromBC()
283 CollectMethodInfoFromBC(const BytecodeInstruction &bcIns, const MethodLiteral *method, int32_t bcIndex, const std::shared_ptr<CString> recordNamePtr, bool *canFastCall, bool *canTypedCall) CollectMethodInfoFromBC() argument
H A Dbytecode_info_collector.h385 bool *canTypedCall);

Completed in 3 milliseconds