Home
last modified time | relevance | path

Searched refs:nativeMethodMaps_ (Results 1 – 2 of 2) sorted by relevance

/ark/js_runtime/ecmascript/
Decma_vm.cpp114 nativeMethodMaps_(&chunk_) in EcmaVM()
408 auto iter = nativeMethodMaps_.find(func); in GetMethodForNativeFunction()
409 if (iter != nativeMethodMaps_.end()) { in GetMethodForNativeFunction()
417 nativeMethodMaps_.emplace(func, method); in GetMethodForNativeFunction()
777 for (auto iter : nativeMethodMaps_) { in ClearNativeMethodsData()
780 nativeMethodMaps_.clear(); in ClearNativeMethodsData()
Decma_vm.h524 ChunkUnorderedMap<const void *, JSMethod *> nativeMethodMaps_; variable