Searched refs:nativeMethodMaps_ (Results 1 – 2 of 2) sorted by relevance
114 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()
524 ChunkUnorderedMap<const void *, JSMethod *> nativeMethodMaps_; variable